Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1843 → Rev 1844

/trunk/kernel/arch/sparc64/Makefile.inc
60,12 → 60,25
 
CONFIG_FB = y
 
## Compile with support for z8530 controller.
#
 
CONFIG_Z8530 = y
DEFS += -DCONFIG_Z8530
ifeq ($(MACHINE),enterprise)
## Compile with support for z8530 controller.
#
 
CONFIG_Z8530 = y
DEFS += -DCONFIG_Z8530
endif
ifeq ($(MACHINE),ultra)
## Compile with support for ns16550 controller.
#
CONFIG_NS16550 = y
DEFS += -DCONFIG_NS16550
DEFS += -DKBD_ADDR_OVRD=0x1fff13083f8ULL
endif
 
 
ARCH_SOURCES = \
arch/$(ARCH)/src/cpu/cpu.c \
arch/$(ARCH)/src/asm.S \