From 838cd58e24a18102b8a140df9fa993fe65706828 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 12 Nov 2010 11:41:55 +0000 Subject: build: add common.mk Rather than specifying common makefile variables move them all to a common.mk. Signed-off-by: Spencer Oliver --- common.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common.mk (limited to 'common.mk') diff --git a/common.mk b/common.mk new file mode 100644 index 00000000..d2273d78 --- /dev/null +++ b/common.mk @@ -0,0 +1,5 @@ + +# common flags used in openocd build +AM_CPPFLAGS = -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + -DPKGDATADIR=\"$(pkgdatadir)\" -- cgit v1.2.3