diff options
Diffstat (limited to 'drivers/nfc/pn544/Makefile')
-rw-r--r-- | drivers/nfc/pn544/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/nfc/pn544/Makefile b/drivers/nfc/pn544/Makefile index 725733881eb3..ac076793687d 100644 --- a/drivers/nfc/pn544/Makefile +++ b/drivers/nfc/pn544/Makefile | |||
@@ -2,6 +2,7 @@ | |||
2 | # Makefile for PN544 HCI based NFC driver | 2 | # Makefile for PN544 HCI based NFC driver |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_PN544_HCI_NFC) += pn544_i2c.o | 5 | pn544_i2c-objs = i2c.o |
6 | 6 | ||
7 | pn544_i2c-y := pn544.o i2c.o | 7 | obj-$(CONFIG_NFC_PN544) += pn544.o |
8 | obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o | ||