Fix problems building xscale_debug.S
This commit is contained in:
parent
7afc181e42
commit
1ee8ef4210
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue