aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-10 03:45:18 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-13 17:58:20 +0200
commite7ff2c6b8ad26b53deb18cf6589d5dc88629b6bd (patch)
treec5c3941dbfb691b7d2487caafa467d6e09b5365d /Makefile
parent03adbff28af63f8a8d15e8b45b0ae03e40afff6c (diff)
downloadsparse-dev-e7ff2c6b8ad26b53deb18cf6589d5dc88629b6bd.tar.gz
nds32: 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 1dbea8c5..7fc93dfc 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ LIB_OBJS += target-h8300.o
LIB_OBJS += target-m68k.o
LIB_OBJS += target-microblaze.o
LIB_OBJS += target-mips.o
+LIB_OBJS += target-nds32.o
LIB_OBJS += target-nios2.o
LIB_OBJS += target-ppc.o
LIB_OBJS += target-riscv.o