10 строки
152 B
Makefile
10 строки
152 B
Makefile
|
#
|
||
|
# Makefile for NXP-NCI NFC driver
|
||
|
#
|
||
|
|
||
|
nxp-nci-objs = core.o firmware.o
|
||
|
|
||
|
obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci.o
|
||
|
|
||
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|