diff options
author | laforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-10-15 20:43:34 +0000 |
---|---|---|
committer | laforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-10-15 20:43:34 +0000 |
commit | 1d505fbf35d1f9926c065402c5bd056e34df84b7 (patch) | |
tree | 5a95100169793b66c1780f667e139e0450b0d073 /firmware/Makefile | |
parent | 28eb4a57d93f2cf13d3693ce4dba677f22cbf1cc (diff) |
define macro for LIBRFID_DIR
git-svn-id: https://svn.openpcd.org:2342/trunk@271 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index f4bf7ae..dcc0ffe 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -34,6 +34,7 @@ # - 19. Apr. 2006 - option FLASH_TOOL (default lpc21isp); variable IMGEXT (mth) # - 19. Mai. 2006 - USE_THUMB_MODE switch, ROM_RUN->RUN_FROM_ROM RAM_RUN->RUN_FROM_RAM +LIBRFID_DIR:=../../librfid/ FLASH_TOOL = AT91FLASH #FLASH_TOOL = UVISION @@ -159,12 +160,12 @@ DEBUGF = dwarf-2 # List any extra directories to look for include files here. # Each directory must be seperated by a space. #### FreeRTOS -EXTRAINCDIRS = +EXTRAINCDIRS = $(LIBRFID_DIR)/include/ # List any extra directories to look for library files here. # Each directory must be seperated by a space. #EXTRA_LIBDIRS = ../arm7_efsl_0_2_4 -EXTRA_LIBDIRS = ../../librfid/src/.libs/ +EXTRA_LIBDIRS = $(LIBRFID_DIR)/src/.libs/ ## Using the Atmel AT91_lib produces warning with ## the default warning-levels. |