summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authorbodylove <bodylove@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-12-10 18:34:40 +0000
committerbodylove <bodylove@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-12-10 18:34:40 +0000
commit3fbdfeb82c9dda6c019cc02580b89d67e01b9369 (patch)
treed72a0f5e077909a21fc59fcfdd92c4321924d930 /src/flash/Makefile.am
parent142a4a4b86685f295739bd19bd9c347a3a1a5439 (diff)
downloadopenocd+libswd-3fbdfeb82c9dda6c019cc02580b89d67e01b9369.tar.gz
openocd+libswd-3fbdfeb82c9dda6c019cc02580b89d67e01b9369.tar.bz2
openocd+libswd-3fbdfeb82c9dda6c019cc02580b89d67e01b9369.tar.xz
openocd+libswd-3fbdfeb82c9dda6c019cc02580b89d67e01b9369.zip
- Added PKGLIBDIR define to C options. Allows to store
native code fragments at a central place git-svn-id: svn://svn.berlios.de/openocd/trunk@223 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/Makefile.am')
-rw-r--r--src/flash/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am
index 76c8c180..d750b86b 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -1,4 +1,5 @@
INCLUDES = -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target $(all_includes)
+AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
METASOURCES = AUTO
noinst_LIBRARIES = libflash.a
libflash_a_SOURCES = flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c str7x.c str9x.c nand.c lpc3180_nand_controller.c \