Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2213 → Rev 2214

/branches/arm/kernel/arch/arm32/Makefile.inc
42,9 → 42,12
 
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
 
CONFIG_MSIM_GXEMUL = y
DEFS += -DCONFIG_MSIM_GXEMUL
CONFIG_GXEMUL = y
DEFS += -DCONFIG_GXEMUL
 
CONFIG_FB = y
DEFS += -DCONFIG_FB
 
## Compile with hierarchical page tables support.
#
 
78,7 → 81,7
arch/$(ARCH)/src/aux_print/printf.c \
arch/$(ARCH)/src/aux_print/io.c \
arch/$(ARCH)/src/console.c \
arch/$(ARCH)/src/drivers/msim_gxemul.c \
arch/$(ARCH)/src/drivers/gxemul.c \
arch/$(ARCH)/src/exception.c \
arch/$(ARCH)/src/mm/memory_init.c