From: David Brownell Date: Wed, 14 Oct 2009 07:32:42 +0000 (+0200) Subject: Fix problems building xscale_debug.S X-Git-Tag: v0.3.0-rc0~87 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ee8ef4210174d8d48977d145e9fa9a45d36a9ae;p=openocd Fix problems building xscale_debug.S --- 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 = \