6 lines
148 B
Makefile
6 lines
148 B
Makefile
|
#
|
||
|
# Makefile for the kernel character device drivers.
|
||
|
#
|
||
|
obj-$(CONFIG_ISDBT_FC8300_SPI) += fc8300_spi/
|
||
|
obj-$(CONFIG_ISDBT_FC8180_SPI) += fc8180_spi/
|