Subversion Repositories HelenOS

Rev

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

Rev 3672 Rev 3865
Line 62... Line 62...
62
CONFIG_ASID_FIFO = y
62
CONFIG_ASID_FIFO = y
63
 
63
 
64
## Compile with support for framebuffer.
64
## Compile with support for framebuffer.
65
#
65
#
66
 
66
 
-
 
67
ifeq ($(MACHINE),us)
67
CONFIG_FB = y
68
	CONFIG_FB = y
-
 
69
endif
68
 
70
 
69
## Compile with support for Sun keyboard.
71
## Compile with support for Sun keyboard.
70
#
72
#
71
 
73
 
72
CONFIG_SUN_KBD = y
74
CONFIG_SUN_KBD = y
Line 115... Line 117...
115
	arch/$(ARCH)/src/trap/exception.c \
117
	arch/$(ARCH)/src/trap/exception.c \
116
	arch/$(ARCH)/src/trap/interrupt.c \
118
	arch/$(ARCH)/src/trap/interrupt.c \
117
	arch/$(ARCH)/src/ddi/ddi.c \
119
	arch/$(ARCH)/src/ddi/ddi.c \
118
	arch/$(ARCH)/src/drivers/tick.c \
120
	arch/$(ARCH)/src/drivers/tick.c \
119
	arch/$(ARCH)/src/drivers/kbd.c \
121
	arch/$(ARCH)/src/drivers/kbd.c \
120
	arch/$(ARCH)/src/drivers/scr.c \
-
 
121
	arch/$(ARCH)/src/drivers/sgcn.c \
122
	arch/$(ARCH)/src/drivers/sgcn.c \
122
	arch/$(ARCH)/src/drivers/pci.c
123
	arch/$(ARCH)/src/drivers/pci.c
123
 
124
 
-
 
125
ifeq ($(CONFIG_FB),y)
-
 
126
	ARCH_SOURCES += \
-
 
127
		arch/$(ARCH)/src/drivers/scr.c
-
 
128
endif
124
 
129
 
125
ifeq ($(CONFIG_SMP),y)
130
ifeq ($(CONFIG_SMP),y)
126
ARCH_SOURCES += \
131
ARCH_SOURCES += \
127
	arch/$(ARCH)/src/smp/ipi.c \
132
	arch/$(ARCH)/src/smp/ipi.c \
128
	arch/$(ARCH)/src/smp/smp.c
133
	arch/$(ARCH)/src/smp/smp.c