Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2404 → Rev 2405

/branches/arm/kernel/arch/arm32/Makefile.inc
46,9 → 46,12
 
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE)
 
CONFIG_FB = y
DEFS += -DCONFIG_FB
# Compile with framebuffer support
 
ifeq ($(CONFIG_FB), y)
DEFS += -DCONFIG_FB
endif
 
## Compile with hierarchical page tables support.
#