1# 2# Makefile for the linux kernel. 3# 4 5ifneq ($(ARCH),m68k) 6obj-y := sbus.o dvma.o 7endif 8 9obj-$(CONFIG_SBUSCHAR) += char/ 10