Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2145 → Rev 2146

/branches/arm/kernel/arch/arm32/Makefile.inc
32,13 → 32,15
 
BFD_NAME = elf32-little
BFD_ARCH = arm
BFD = elf32-little
BFD = binary
TARGET = arm-linux-gnu
TOOLCHAIN_DIR = /usr/local/arm
 
KERNEL_LOAD_ADDRESS = 0x00100000
 
CFLAGS +=
 
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE)
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
 
## Compile with hierarchical page tables support.
#