Files
kernel/net/rfkill/Makefile
T

8 lines
141 B
Makefile
Raw Normal View History

#
# Makefile for the RF switch subsystem.
#
2009-06-02 13:01:37 +02:00
rfkill-y += core.o
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
obj-$(CONFIG_RFKILL) += rfkill.o