mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-22 15:02:50 +00:00
13 lines
299 B
Makefile
13 lines
299 B
Makefile
|
#
|
||
|
# Makefile for nfc devices
|
||
|
#
|
||
|
|
||
|
obj-$(CPTCFG_NFC_PN544) += pn544/
|
||
|
obj-$(CPTCFG_NFC_MICROREAD) += microread/
|
||
|
obj-$(CPTCFG_NFC_PN533) += pn533.o
|
||
|
obj-$(CPTCFG_NFC_WILINK) += nfcwilink.o
|
||
|
obj-$(CPTCFG_NFC_MEI_PHY) += mei_phy.o
|
||
|
obj-$(CPTCFG_NFC_SIM) += nfcsim.o
|
||
|
|
||
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|