7 lines
120 B
Makefile
Executable file
7 lines
120 B
Makefile
Executable file
#
|
|
# Makefile for Samsung NRNx NFC driver
|
|
#
|
|
|
|
obj-$(CONFIG_SEC_NFC) += sec_nfc.o
|
|
|
|
ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
|