From 1ee8ef4210174d8d48977d145e9fa9a45d36a9ae Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 14 Oct 2009 09:32:42 +0200 Subject: [PATCH] Fix problems building xscale_debug.S --- src/target/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 86716dca35..a2c34f0f74 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 = \ -- 2.30.2