Attempt to extract PN53x related code for nfc.c.
multichip> chips sub-folder introduction with pn53x.h/c.
This commit is contained in:
parent
483c69dd03
commit
877176c98f
9 changed files with 387 additions and 243 deletions
10
src/lib/chips/Makefile.am
Normal file
10
src/lib/chips/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
# set the include path found by configure
|
||||
INCLUDES= $(all_includes)
|
||||
|
||||
noinst_HEADERS = pn53x.h
|
||||
noinst_LTLIBRARIES = libnfcchips.la
|
||||
libnfcchips_la_SOURCES = pn53x.c
|
||||
libnfcchips_la_CFLAGS = -I$(top_srcdir)/src/lib
|
||||
|
||||
DISTCLEANFILES = Makefile.in
|
||||
Loading…
Add table
Add a link
Reference in a new issue