diff options
Diffstat (limited to 'drivers/sbus/Makefile')
-rw-r--r-- | drivers/sbus/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/sbus/Makefile b/drivers/sbus/Makefile new file mode 100644 index 000000000000..7b1d24d95308 --- /dev/null +++ b/drivers/sbus/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the linux kernel. +# + +ifneq ($(ARCH),m68k) +obj-y := sbus.o dvma.o +endif + +obj-$(CONFIG_SBUSCHAR) += char/ |