mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-19 05:48:13 +00:00
13 lines
299 B
Makefile
Executable File
13 lines
299 B
Makefile
Executable File
#
|
|
# 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
|