forked from auracaster/openocd
remove tertiary include paths
With all #include directives converted, we only need to have the top-level src/ directory in the search path.
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/flash \
|
||||
-I$(top_srcdir)/src/helper \
|
||||
-I$(top_srcdir)/src/jtag \
|
||||
-I$(top_srcdir)/src/target
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
noinst_LTLIBRARIES = libocdflashnand.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user