aboutsummaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-05-13 19:07:50 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-08-14 13:29:43 +0100
commit9544cd653df120266582f69bddc77d32541caae7 (patch)
tree885bf8cf99e3d9760f1c44fe902ae8213ff4cf97 /src/helper/Makefile.am
parent41efc6c419cf5c63a1f555dc5b7634a2e18d9c04 (diff)
downloadriscv-openocd-9544cd653df120266582f69bddc77d32541caae7.zip
riscv-openocd-9544cd653df120266582f69bddc77d32541caae7.tar.gz
riscv-openocd-9544cd653df120266582f69bddc77d32541caae7.tar.bz2
helper: add align.h
OpenOCD has to often align values or check for alignment. Use a dedicated set of macros instead of reinventing the wheel each time. Change-Id: Ia58711608aae0801deeaccb5f33148f2073b0bbd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6374 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
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 bedc9f7..42cee80 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -15,6 +15,7 @@ noinst_LTLIBRARIES += %D%/libhelper.la
%D%/util.c \
%D%/jep106.c \
%D%/jim-nvp.c \
+ %D%/align.h \
%D%/binarybuffer.h \
%D%/bits.h \
%D%/configuration.h \