diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am index cd90355..7631bea 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -6,10 +6,7 @@ OOCD_TRACE_FILES = endif AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag \ - -I$(top_srcdir)/src/xsvf + -I$(top_srcdir)/src BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) |