Subversion Repositories HelenOS

Rev

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

Rev 1841 Rev 1842
Line 62... Line 62...
62
 
62
 
63
## Compile with support for z8530 controller.
63
## Compile with support for z8530 controller.
64
#
64
#
65
 
65
 
66
CONFIG_Z8530 = y
66
CONFIG_Z8530 = y
67
CONFIG_KBD_SUN = y
-
 
68
DEFS += -DCONFIG_KBD_SUN
67
DEFS += -DCONFIG_Z8530
69
 
68
 
70
ARCH_SOURCES = \
69
ARCH_SOURCES = \
71
	arch/$(ARCH)/src/cpu/cpu.c \
70
	arch/$(ARCH)/src/cpu/cpu.c \
72
	arch/$(ARCH)/src/asm.S \
71
	arch/$(ARCH)/src/asm.S \
73
	arch/$(ARCH)/src/panic.S \
72
	arch/$(ARCH)/src/panic.S \