2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the DECstation family specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2005-06-23 04:56:26 +08:00
|
|
|
obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
|
2014-06-07 05:35:50 +08:00
|
|
|
kn02-irq.o kn02xa-berr.o platform.o reset.o setup.o time.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-02-06 08:28:26 +08:00
|
|
|
obj-$(CONFIG_TC) += tc.o
|
2005-04-17 06:20:36 +08:00
|
|
|
obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
|