mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
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
|