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