aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/samsung/fm_si47xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/samsung/fm_si47xx/Makefile')
-rw-r--r--drivers/samsung/fm_si47xx/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/samsung/fm_si47xx/Makefile b/drivers/samsung/fm_si47xx/Makefile
new file mode 100644
index 0000000..33a4e59
--- /dev/null
+++ b/drivers/samsung/fm_si47xx/Makefile
@@ -0,0 +1,7 @@
+ifeq ($(CONFIG_FM_SI4705),y)
+obj-$(CONFIG_FM_SI4705) += si47xx-drv.o
+si47xx-drv-y := Si47xx_i2c_drv.o Si47xx_dev.o
+else
+obj-$(CONFIG_FM_SI4705) += Si4709_driver.o
+Si4709_driver-y := Si47xx_i2c_drv.o Si47xx_dev.o
+endif \ No newline at end of file