X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=537c8c31754900779ac2bb2cd16b6bdad6c280f9;hp=1e29ae7d5c2400188d6e94a6cb8de8b8c17fa2ca;hb=838cd58e24a18102b8a140df9fa993fe65706828;hpb=9e3d43cfe75df7c4f6797d630576f1a02428b218 diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 1e29ae7d5c..537c8c3175 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/common.mk if OOCD_TRACE OOCD_TRACE_FILES = oocd_trace.c @@ -5,10 +6,6 @@ else OOCD_TRACE_FILES = endif -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src - BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) DEBUG_HANDLER = $(srcdir)/xscale/debug_handler.bin