aboutsummaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-01-28 18:22:21 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-06-06 16:32:57 +0100
commite5177a5ad455ac0c353fd6bb48ff288912168428 (patch)
tree1b2f81a2787434f22574f56b6e6b3cd94d8360a7 /src/helper/Makefile.am
parente26910fdad0cdbb930fbdc938e3b186f5dbaccb9 (diff)
downloadriscv-openocd-e5177a5ad455ac0c353fd6bb48ff288912168428.zip
riscv-openocd-e5177a5ad455ac0c353fd6bb48ff288912168428.tar.gz
riscv-openocd-e5177a5ad455ac0c353fd6bb48ff288912168428.tar.bz2
helper: add bitmap helper primitives
Mainly copied/inspired from Linux kernel code in - include/linux/types.h - include/linux/bitmap.h - include/linux/bitops.h Change-Id: I317b542993ab81530c86553f339b79505d0fef0f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4894 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r--src/helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am
index e0f7f49..2b3523f 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -16,6 +16,7 @@ noinst_LTLIBRARIES += %D%/libhelper.la
%D%/jep106.c \
%D%/jim-nvp.c \
%D%/binarybuffer.h \
+ %D%/bits.h \
%D%/configuration.h \
%D%/ioutil.h \
%D%/list.h \