Makefile 257 B

12345678
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for radios with Silicon Labs Si470x FM Radio Receivers
  4. #
  5. obj-$(CONFIG_RADIO_SI470X) += radio-si470x-common.o
  6. obj-$(CONFIG_USB_SI470X) += radio-si470x-usb.o
  7. obj-$(CONFIG_I2C_SI470X) += radio-si470x-i2c.o