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