Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3807 → Rev 3808

/trunk/boot/Makefile
46,8 → 46,8
DEFS += -DCONFIG_BAT
endif
 
ifeq ($(CONFIG_SMP),y)
DEFS += -DCONFIG_SMP
ifeq ($(CONFIG_AP),y)
DEFS += -DCONFIG_AP
endif
 
.PHONY: all build clean generic_clean