Subversion Repositories HelenOS

Rev

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

Rev 2362 Rev 2405
Line 44... Line 44...
44
 
44
 
45
CFLAGS += -fno-zero-initialized-in-bss
45
CFLAGS += -fno-zero-initialized-in-bss
46
 
46
 
47
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE)
47
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE)
48
 
48
 
-
 
49
# Compile with framebuffer support
-
 
50
 
49
CONFIG_FB = y
51
ifeq ($(CONFIG_FB), y)
50
DEFS += -DCONFIG_FB
52
	DEFS += -DCONFIG_FB
-
 
53
endif
51
 
54
 
52
## Compile with hierarchical page tables support.
55
## Compile with hierarchical page tables support.
53
#
56
#
54
 
57
 
55
CONFIG_PAGE_PT = y
58
CONFIG_PAGE_PT = y