Rev 4340 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4340 | Rev 4341 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | 44 | ||
45 | ifeq ($(CONFIG_BAT),y) |
45 | ifeq ($(CONFIG_BAT),y) |
46 | DEFS += -DCONFIG_BAT |
46 | DEFS += -DCONFIG_BAT |
47 | endif |
47 | endif |
48 | 48 | ||
49 | ifeq ($(CONFIG_SMP),y) |
49 | ifeq ($(CONFIG_AP),y) |
50 | DEFS += -DCONFIG_SMP |
50 | DEFS += -DCONFIG_AP |
51 | endif |
51 | endif |
52 | 52 | ||
53 | .PHONY: all build clean generic_clean |
53 | .PHONY: all build clean generic_clean |
54 | 54 | ||
55 | all: ../Makefile.config build |
55 | all: ../Makefile.config build |