merged all patches into CDC repository

This commit is contained in:
roel@libnfc.org 2013-02-28 17:04:23 +00:00
commit 54a942b05d
14 changed files with 1182 additions and 85 deletions

View file

@ -55,6 +55,7 @@ CMDSRCS = \
data.c \
graph.c \
ui.c \
uart.c \
util.c \
cmddata.c \
cmdhf.c \
@ -73,8 +74,8 @@ CMDSRCS = \
cmdlfti.c \
cmdparser.c \
cmdmain.c \
uart.c
cmdlft55xx.c \
cmdlfpcf7931.c
CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)