diff options
Diffstat (limited to 'drivers/acorn/char/Makefile')
-rw-r--r-- | drivers/acorn/char/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acorn/char/Makefile b/drivers/acorn/char/Makefile new file mode 100644 index 000000000000..2fa9a8bf48a0 --- /dev/null +++ b/drivers/acorn/char/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the acorn character device drivers. +# + +obj-$(CONFIG_ARCH_ACORN) += i2c.o pcf8583.o +obj-$(CONFIG_L7200_KEYB) += defkeymap-l7200.o keyb_l7200.o |