Changeset fcd7053 in mainline for uspace/Makefile
- Timestamp:
- 2009-02-12T20:11:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa024ce
- Parents:
- 84266669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r84266669 rfcd7053 55 55 app/bdsh 56 56 57 ifeq ($( ARCH),amd64)57 ifeq ($(UARCH),amd64) 58 58 DIRS += srv/pci 59 59 endif 60 60 61 ifeq ($( ARCH),ia32)61 ifeq ($(UARCH),ia32) 62 62 DIRS += srv/pci 63 endif64 65 ifeq ($(ARCH), mips32)66 CFLAGS += -DCONFIG_MIPS_FPU67 endif68 69 ifeq ($(ARCH), mips32eb)70 CFLAGS += -DCONFIG_MIPS_FPU71 63 endif 72 64 … … 76 68 .PHONY: all $(BUILDS) $(CLEANS) clean 77 69 78 all: ../Makefile.config $(BUILDS)70 all: ../Makefile.config ../config.h ../config.defs $(BUILDS) 79 71 80 72 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.