Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1093 → Rev 1094

//kernel/trunk/Makefile
75,6 → 75,9
ifeq ($(CONFIG_FPU_LAZY),y)
DEFS += -DCONFIG_FPU_LAZY
endif
ifeq ($(CONFIG_DEBUG_ALLREGS),y)
DEFS += -DCONFIG_DEBUG_ALLREGS
endif
 
## Toolchain configuration
#