mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 04:06:07 +07:00
42a182282e
Instead of +=, the rule had :=, with actually disables build
of everything else.
Fixes: 58757984ca
("media: si470x: allow build both USB and I2C at the same time")
Reported-by: Daniel Scheller <d.scheller.oss@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8 lines
217 B
Makefile
8 lines
217 B
Makefile
#
|
|
# Makefile for radios with Silicon Labs Si470x FM Radio Receivers
|
|
#
|
|
|
|
obj-$(CONFIG_RADIO_SI470X) += radio-si470x-common.o
|
|
obj-$(CONFIG_USB_SI470X) += radio-si470x-usb.o
|
|
obj-$(CONFIG_I2C_SI470X) += radio-si470x-i2c.o
|