Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2340 → Rev 2341

/branches/arm/kernel/arch/arm32/Makefile.inc
36,14 → 36,14
TARGET = arm-linux-gnu
TOOLCHAIN_DIR = /usr/local/arm
 
KERNEL_LOAD_ADDRESS = 0x80200000
KERNEL_LOAD_ADDRESS = 0x80150000
 
CFLAGS += -fno-zero-initialized-in-bss
 
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
 
CONFIG_FB = y
DEFS += -DCONFIG_FB
#CONFIG_FB = y
#DEFS += -DCONFIG_FB
 
## Compile with hierarchical page tables support.
#