Convert to non-recursive make
[fw/openocd] / common.mk
diff --git a/common.mk b/common.mk
deleted file mode 100644 (file)
index dbacf19..0000000
--- 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