7 lines
159 B
Makefile
7 lines
159 B
Makefile
|
#
|
||
|
# 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
|