/net/rfkill/Makefile

http://github.com/mirrors/linux · Makefile · 9 lines · 4 code · 1 blank · 4 comment · 0 complexity · ee35e16c68be745b8bc5f3ecb6fc1dc1 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for the RF switch subsystem.
  4. #
  5. rfkill-y += core.o
  6. rfkill-$(CONFIG_RFKILL_INPUT) += input.o
  7. obj-$(CONFIG_RFKILL) += rfkill.o
  8. obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o