Subversion Repositories HelenOS

Rev

Rev 2352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2352 Rev 2358
Line 36... Line 36...
36
TARGET = arm-linux-gnu
36
TARGET = arm-linux-gnu
37
TOOLCHAIN_DIR = /usr/local/arm
37
TOOLCHAIN_DIR = /usr/local/arm
38
 
38
 
39
KERNEL_LOAD_ADDRESS = 0x80200000
39
KERNEL_LOAD_ADDRESS = 0x80200000
40
 
40
 
-
 
41
ifeq ($(MACHINE), gxemul_testarm)
-
 
42
	DMACHINE = MACHINE_GXEMUL_TESTARM
-
 
43
endif
-
 
44
 
41
CFLAGS += -fno-zero-initialized-in-bss
45
CFLAGS += -fno-zero-initialized-in-bss
42
 
46
 
43
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
47
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE)
44
 
48
 
45
#CONFIG_FB = y
49
CONFIG_FB = y
46
#DEFS += -DCONFIG_FB
50
DEFS += -DCONFIG_FB
47
 
51
 
48
## Compile with hierarchical page tables support.
52
## Compile with hierarchical page tables support.
49
#
53
#
50
 
54
 
51
CONFIG_PAGE_PT = y
55
CONFIG_PAGE_PT = y