diff options
Diffstat (limited to 'drivers/nfc/Makefile')
-rw-r--r-- | drivers/nfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/Makefile b/drivers/nfc/Makefile index c715fe8582a8..56ab822ba03d 100644 --- a/drivers/nfc/Makefile +++ b/drivers/nfc/Makefile | |||
@@ -9,5 +9,6 @@ obj-$(CONFIG_NFC_WILINK) += nfcwilink.o | |||
9 | obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o | 9 | obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o |
10 | obj-$(CONFIG_NFC_SIM) += nfcsim.o | 10 | obj-$(CONFIG_NFC_SIM) += nfcsim.o |
11 | obj-$(CONFIG_NFC_PORT100) += port100.o | 11 | obj-$(CONFIG_NFC_PORT100) += port100.o |
12 | obj-$(CONFIG_NFC_MRVL) += nfcmrvl/ | ||
12 | 13 | ||
13 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG | 14 | ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG |