From 5be455a710c57bbbbd49c2d671b42098db7be5dc Mon Sep 17 00:00:00 2001 From: Andreas Fritiofson Date: Sun, 6 Nov 2016 20:19:26 +0100 Subject: Convert to non-recursive make Change-Id: I11f8bc8553957e2ff083c09e72e16881e4d3bb6f Signed-off-by: Andreas Fritiofson Reviewed-on: http://openocd.zylin.com/3865 Tested-by: jenkins Reviewed-by: Paul Fertser --- common.mk | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 common.mk (limited to 'common.mk') diff --git a/common.mk b/common.mk deleted file mode 100644 index dbacf19f..00000000 --- a/common.mk +++ /dev/null @@ -1,15 +0,0 @@ - -# common flags used in openocd build -AM_CFLAGS = $(GCC_WARNINGS) - -AM_CPPFLAGS = $(HOST_CPPFLAGS)\ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src \ - -I$(top_srcdir)/src/helper \ - -DPKGDATADIR=\"$(pkgdatadir)\" \ - -DBINDIR=\"$(bindir)\" - -if INTERNAL_JIMTCL -AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \ - -I$(top_builddir)/jimtcl -endif -- cgit v1.2.3-18-g5258