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