aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-08 01:07:51 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-13 17:57:04 +0200
commit03adbff28af63f8a8d15e8b45b0ae03e40afff6c (patch)
treeebfc9c286c74d43e80f1a27fa14411dab2860ada /Makefile
parent85fb62e73e82ba165fc2f1246d9096e94f268a60 (diff)
downloadsparse-dev-03adbff28af63f8a8d15e8b45b0ae03e40afff6c.tar.gz
xtensa: add minimal support
This is one of the architecture needing a specific predefine set in order to correctly process byteorder.h. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d7cfe4f5..1dbea8c5 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ LIB_OBJS += target-riscv.o
LIB_OBJS += target-s390.o
LIB_OBJS += target-sparc.o
LIB_OBJS += target-x86.o
+LIB_OBJS += target-xtensa.o
LIB_OBJS += tokenize.o
LIB_OBJS += unssa.o
LIB_OBJS += utils.o