mirror of https://gitee.com/openkylin/linux.git
7 lines
168 B
Makefile
7 lines
168 B
Makefile
|
#
|
||
|
# Makefile for radios with Silicon Labs Si4713 FM Radio Transmitters
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_I2C_SI4713) += si4713.o
|
||
|
obj-$(CONFIG_PLATFORM_SI4713) += radio-platform-si4713.o
|