Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 567 → Rev 568

/kernel/trunk/Makefile
72,6 → 72,9
ifeq ($(CONFIG_USERSPACE),y)
DEFS += -DCONFIG_USERSPACE
endif
ifeq ($(CONFIG_FPU_LAZY),y)
DEFS += -DCONFIG_FPU_LAZY
endif
 
## Toolchain configuration
#