mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Rather than specifying common makefile variables move them all to a common.mk. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
6 lines
139 B
Makefile
6 lines
139 B
Makefile
|
|
# common flags used in openocd build
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src \
|
|
-I$(top_builddir)/src \
|
|
-DPKGDATADIR=\"$(pkgdatadir)\"
|