Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1209 → Rev 1210

//kernel/trunk/Makefile
78,6 → 78,9
ifeq ($(CONFIG_DEBUG_ALLREGS),y)
DEFS += -DCONFIG_DEBUG_ALLREGS
endif
ifeq ($(CONFIG_VHPT),y)
DEFS += -DCONFIG_VHPT
endif
 
## Toolchain configuration
#