2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:38:14 +10:00

Fix problems building xscale_debug.S

This commit is contained in:
David Brownell 2009-10-14 09:32:42 +02:00 committed by Øyvind Harboe
parent 7afc181e42
commit 1ee8ef4210

View File

@ -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 = \