Subversion Repositories HelenOS

Rev

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

Rev 1844 Rev 1849
Line 64... Line 64...
64
ifeq ($(MACHINE),enterprise)
64
ifeq ($(MACHINE),enterprise)
65
	## Compile with support for z8530 controller.
65
	## Compile with support for z8530 controller.
66
	#
66
	#
67
 
67
 
68
	CONFIG_Z8530 = y
68
	CONFIG_Z8530 = y
69
	DEFS += -DCONFIG_Z8530
69
	DEFS += -DCONFIG_Z8530	
70
endif
70
endif
71
ifeq ($(MACHINE),ultra)
71
ifeq ($(MACHINE),ultra)
72
	## Compile with support for ns16550 controller.
72
	## Compile with support for ns16550 controller.
73
	#
73
	#
74
	
74
	
Line 99... Line 99...
99
	arch/$(ARCH)/src/trap/exception.c \
99
	arch/$(ARCH)/src/trap/exception.c \
100
	arch/$(ARCH)/src/trap/interrupt.c \
100
	arch/$(ARCH)/src/trap/interrupt.c \
101
	arch/$(ARCH)/src/ddi/ddi.c \
101
	arch/$(ARCH)/src/ddi/ddi.c \
102
	arch/$(ARCH)/src/drivers/tick.c \
102
	arch/$(ARCH)/src/drivers/tick.c \
103
	arch/$(ARCH)/src/drivers/kbd.c
103
	arch/$(ARCH)/src/drivers/kbd.c
-
 
104
 
-
 
105
ifdef CONFIG_Z8530
-
 
106
ARCH_SOURCES += \
-
 
107
	arch/$(ARCH)/src/drivers/fhc.c
-
 
108
endif