Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the DECstation family specific parts of the kernel | ||||
3 | # | ||||
4 | |||||
Maciej W. Rozycki | 64dac50 | 2005-06-22 20:56:26 +0000 | [diff] [blame] | 5 | obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \ |
6 | kn02-irq.o kn02xa-berr.o reset.o setup.o time.o | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
8 | obj-$(CONFIG_PROM_CONSOLE) += promcon.o | ||||
9 | obj-$(CONFIG_CPU_HAS_WB) += wbflush.o | ||||
10 | |||||
11 | EXTRA_AFLAGS := $(CFLAGS) |