8 lines
149 B
Makefile
8 lines
149 B
Makefile
|
#
|
||
|
# Makefile for ST21NFC
|
||
|
#
|
||
|
|
||
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat
|
||
|
obj-y +=st21nfc.o
|
||
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|