xref: /linux/drivers/sbus/Makefile (revision 4bedea94545165364618d403d03b61d797acba0b)
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