mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-19 13:57:52 +00:00
11 lines
221 B
Makefile
Executable File
11 lines
221 B
Makefile
Executable File
#
|
|
# Makefile for PN544 HCI based NFC driver
|
|
#
|
|
|
|
pn544_i2c-objs = i2c.o
|
|
pn544_mei-objs = mei.o
|
|
|
|
obj-$(CPTCFG_NFC_PN544) += pn544.o
|
|
obj-$(CPTCFG_NFC_PN544_I2C) += pn544_i2c.o
|
|
obj-$(CPTCFG_NFC_PN544_MEI) += pn544_mei.o
|