Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the DECstation family specific parts of the kernel |
| 4 | # |
| 5 | |
Maciej W. Rozycki | 64dac50 | 2005-06-22 20:56:26 +0000 | [diff] [blame] | 6 | obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \ |
Maciej W. Rozycki | fae67ad | 2014-06-06 14:35:50 -0700 | [diff] [blame] | 7 | kn02-irq.o kn02xa-berr.o platform.o reset.o setup.o time.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Maciej W. Rozycki | 33cf45b | 2007-02-05 16:28:26 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_TC) += tc.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_CPU_HAS_WB) += wbflush.o |