Changeset fa024ce in mainline for boot/Makefile


Ignore:
Timestamp:
2009-02-12T20:12:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98a4e76
Parents:
fcd7053
Message:

simplify configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rfcd7053 rfa024ce  
    3131
    3232-include ../Makefile.config
     33-include ../config.defs
    3334
    3435## Paths
     
    3940USPACEDIR = $(BASE)/uspace
    4041
    41 ifeq ($(CONFIG_DEBUG),y)
    42         DEFS += -DCONFIG_DEBUG
    43 endif
    44 
    45 ifeq ($(CONFIG_BAT),y)
    46         DEFS += -DCONFIG_BAT
    47 endif
    48 
    49 ifeq ($(CONFIG_AP),y)
    50         DEFS += -DCONFIG_AP
    51 endif
    52 
    5342.PHONY: all build clean generic_clean
    5443
    55 all: ../Makefile.config build
     44all: ../Makefile.config ../config.h ../config.defs build
    5645
    57 -include arch/$(ARCH)/Makefile.inc
     46-include arch/$(BARCH)/Makefile.inc
    5847
    5948generic_clean:
Note: See TracChangeset for help on using the changeset viewer.