Rev 462 | Rev 472 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 462 | Rev 471 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | 60 | ||
61 | include Makefile.config |
61 | include Makefile.config |
62 | include arch/$(ARCH)/Makefile.inc |
62 | include arch/$(ARCH)/Makefile.inc |
63 | include genarch/Makefile.inc |
63 | include genarch/Makefile.inc |
64 | 64 | ||
65 | ifeq ($(CONFIG_DEBUG),n) |
65 | ifeq ($(CONFIG_DEBUG),y) |
66 | DEFS += -DNDEBUG |
66 | DEFS += -DCONFIG_DEBUG |
67 | endif |
67 | endif |
68 | ifeq ($(CONFIG_DEBUG_SPINLOCK),y) |
68 | ifeq ($(CONFIG_DEBUG_SPINLOCK),y) |
69 | DEFS += -DCONFIG_DEBUG_SPINLOCK |
69 | DEFS += -DCONFIG_DEBUG_SPINLOCK |
70 | endif |
70 | endif |
71 | ifeq ($(CONFIG_USERSPACE),y) |
71 | ifeq ($(CONFIG_USERSPACE),y) |