aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2021-05-28 13:24:51 -0700
committerGitHub <noreply@github.com>2021-05-28 13:24:51 -0700
commit39934a3de4151de5c34bd7153e651d3198709c24 (patch)
tree7f69894eee5c48b4330cc81146b6d8fa08d35f45 /Makefile.am
parentb36d176721d3ba4774600d6ba57eb9cc745be96a (diff)
downloadriscv-openocd-39934a3de4151de5c34bd7153e651d3198709c24.zip
riscv-openocd-39934a3de4151de5c34bd7153e651d3198709c24.tar.gz
riscv-openocd-39934a3de4151de5c34bd7153e651d3198709c24.tar.bz2
Remove gnulib. (#615)
Just use regular lists in FreeRTOS.c. O(n) lookups should be fine. Change-Id: I5dc7b2fd209e0214a87d73bd6c4b63fd664bf49a Signed-off-by: Tim Newsome <tim@sifive.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 26ce136..99773b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,8 +28,6 @@ SUBDIRS += jimtcl
DIST_SUBDIRS += jimtcl
endif
-ACLOCAL_AMFLAGS = -I m4
-
# common flags used in openocd build
AM_CFLAGS = $(GCC_WARNINGS)