Changeset fa024ce in mainline for boot/Makefile
- Timestamp:
- 2009-02-12T20:12:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a4e76
- Parents:
- fcd7053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rfcd7053 rfa024ce 31 31 32 32 -include ../Makefile.config 33 -include ../config.defs 33 34 34 35 ## Paths … … 39 40 USPACEDIR = $(BASE)/uspace 40 41 41 ifeq ($(CONFIG_DEBUG),y)42 DEFS += -DCONFIG_DEBUG43 endif44 45 ifeq ($(CONFIG_BAT),y)46 DEFS += -DCONFIG_BAT47 endif48 49 ifeq ($(CONFIG_AP),y)50 DEFS += -DCONFIG_AP51 endif52 53 42 .PHONY: all build clean generic_clean 54 43 55 all: ../Makefile.config build44 all: ../Makefile.config ../config.h ../config.defs build 56 45 57 -include arch/$( ARCH)/Makefile.inc46 -include arch/$(BARCH)/Makefile.inc 58 47 59 48 generic_clean:
Note:
See TracChangeset
for help on using the changeset viewer.