#
# Makefile for the RF switch subsystem.
#
# Use CFG_SOCT_BT_DEVICE_REALTEK to check whether the rfkill-bt
# command is used only for the RTK Bluetooth.
# If the MTK Bluetooth is used, the compilation cannot be enabled.
# Otherwise, the Bluetooth cannot be enabled because the node is occupied.
#

EXTRA_CFLAGS += -fstack-protector-all

obj-$(CONFIG_RFKILL) += rfkill_wbt.o
