aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-10 18:22:46 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-06-12 21:41:32 +0200
commitdd8a0323d4a1b8e053436de843e1212d1763eabc (patch)
tree3d649e206e486d19d100fa2b742cb89b31d4fb66 /Makefile
parent1e07ab5a09162538501033316580d71cecc0ccae (diff)
downloadsparse-dev-dd8a0323d4a1b8e053436de843e1212d1763eabc.tar.gz
arch: add specificities for Blackfin
The real goal here is in fact to move the bfin-specfic builtins out of the main builtins table. 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 69fae482..bee6a324 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ LIB_OBJS += symbol.o
LIB_OBJS += target.o
LIB_OBJS += target-arm.o
LIB_OBJS += target-arm64.o
+LIB_OBJS += target-bfin.o
LIB_OBJS += target-default.o
LIB_OBJS += target-m68k.o
LIB_OBJS += target-mips.o