Attempt to extract PN53x related code for nfc.c.

multichip> chips sub-folder introduction with pn53x.h/c.
This commit is contained in:
Romuald Conty 2009-11-20 11:27:07 +00:00
parent 483c69dd03
commit 877176c98f
9 changed files with 387 additions and 243 deletions

10
src/lib/chips/Makefile.am Normal file
View 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