summaryrefslogtreecommitdiff
path: root/passes/techmap/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-30 11:41:24 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-30 11:41:24 +0100
commitc64b1de11da8db9e912e0a293d5c9c8a9bc31096 (patch)
tree8ff348b1fed8a2a43982480d248a5e7c8e42a62f /passes/techmap/Makefile.inc
parentd72a66644035d43f81afa78283ecf15c520909ec (diff)
Fixed build with SMALL=1
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r--passes/techmap/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc
index 773a099a..d8a43316 100644
--- a/passes/techmap/Makefile.inc
+++ b/passes/techmap/Makefile.inc
@@ -2,13 +2,13 @@
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o
+OBJS += passes/techmap/maccmap.o
OBJS += passes/techmap/libparse.o
ifneq ($(SMALL),1)
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
-OBJS += passes/techmap/maccmap.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
endif