aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-10 14:09:51 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-13 18:02:55 +0200
commit338f93fad2fb41198abb6fa6d8a9e4a28a86e55e (patch)
tree8db37933c3b7d3c51b5442565276ceab8a32c1de /Makefile
parente7ff2c6b8ad26b53deb18cf6589d5dc88629b6bd (diff)
downloadsparse-dev-338f93fad2fb41198abb6fa6d8a9e4a28a86e55e.tar.gz
sh: add minimal support
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 7fc93dfc..46bdb0e6 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ LIB_OBJS += target-nios2.o
LIB_OBJS += target-ppc.o
LIB_OBJS += target-riscv.o
LIB_OBJS += target-s390.o
+LIB_OBJS += target-sh.o
LIB_OBJS += target-sparc.o
LIB_OBJS += target-x86.o
LIB_OBJS += target-xtensa.o