Skip to content
Snippets Groups Projects
Commit 1ee8ef42 authored by David Brownell's avatar David Brownell Committed by Øyvind Harboe
Browse files

Fix problems building xscale_debug.S

parent 7afc181e
No related branches found
No related tags found
No related merge requests found
......@@ -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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment