summaryrefslogtreecommitdiff
path: root/openpcd/firmware/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-08 17:19:09 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-08 17:19:09 +0000
commit14055f6e670862ee5aa204d70654e75226d523c3 (patch)
treeb499676bcad1b36236c7d6363cef0ca2c09eaa84 /openpcd/firmware/Makefile
parent06d2a987a1a4333b596b086d560e25d434be9319 (diff)
split usb handling from dumbreader main program
git-svn-id: https://svn.openpcd.org:2342/trunk@83 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/Makefile')
-rw-r--r--openpcd/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile
index 531342a..f9bc515 100644
--- a/openpcd/firmware/Makefile
+++ b/openpcd/firmware/Makefile
@@ -75,6 +75,7 @@ SRC =
SRCARM = lib/lib_AT91SAM7.c src/pcd_enumerate.c src/fifo.c src/dbgu.c \
src/led.c src/rc632.c src/rc632_highlevel.c src/req_ctx.c \
src/trigger.c src/main.c src/syscalls.c src/pwm.c src/tc.c \
+ src/usb_handler.c \
src/$(TARGET).c src/start/Cstartup_SAM7.c
SRCARM += src/rfid_layer2_iso14443a.c
personal git repositories of Harald Welte. Your mileage may vary