diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-09 00:03:47 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-09 00:03:47 +0000 |
commit | 5b2e5ec10d8b2e38067092e1f541578ae93f525a (patch) | |
tree | 3f088f4b4843edfa44f7c89a6e04ba90b41b9760 | |
parent | 7c64b19fd9e40f58709df4f67c51ead6182a54cf (diff) |
don't disable librfid part
git-svn-id: https://svn.openpcd.org:2342/trunk@97 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile index d772b89..a77662e 100644 --- a/openpcd/firmware/Makefile +++ b/openpcd/firmware/Makefile @@ -82,7 +82,7 @@ ifdef DEBUG SRCARM += lib/vsprintf.c lib/ctype.c lib/string.c endif -#SRCARM += src/rfid_layer2_iso14443a.c +SRCARM += src/rfid_layer2_iso14443a.c # List C++ source files here. # use file-extension cpp for C++-files (use extension .cpp) |