summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/target/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 86716dca..a2c34f0f 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -10,6 +10,12 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/jtag \
-I$(top_srcdir)/src/xsvf
+# ideally this would be specific to xscale_debug.S ...
+libtarget_la_CCASFLAGS = \
+ -Wa,-I$(top_srcdir)/src/target \
+ $(AM_CCASFLAGS)
+
+
METASOURCES = AUTO
noinst_LTLIBRARIES = libtarget.la
libtarget_la_SOURCES = \