diff options
author | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 21:12:50 +0000 |
---|---|---|
committer | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-10 21:12:50 +0000 |
commit | 0b0163922834ad2e34f34e4926d54c610c3c2f1a (patch) | |
tree | 7880a1a1bddc1d7b73c28f532ba898a4003188e7 /firmware | |
parent | 2c2755307556e2e265eb84ad958cce2a8fc45941 (diff) |
added main_reqa support to current Makefile
git-svn-id: https://svn.openpcd.org:2342/trunk@303 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d3d02ef..0a83977 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -271,6 +271,10 @@ ifeq ($(TARGET),main_librfid) EXTRA_LIBS = rfid endif +ifeq ($(TARGET),main_reqa) +EXTRA_LIBS = rfid +endif + #Support for newlibc-lpc (file: libnewlibc-lpc.a) #NEWLIBLPC = -lnewlib-lpc |