diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-14 10:02:00 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-14 10:02:00 +0200 |
commit | ff157fb74fc1b46408c075a0827adbca1b8c496e (patch) | |
tree | c92ded85f8732cd8c3e010fac1177e5a007ac5da /passes/techmap/Makefile.inc | |
parent | aab0e3bf702640806c6e81d42e922f938b0e0085 (diff) |
alumacc skeleton
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r-- | passes/techmap/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index da527ccf..72998f87 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -9,6 +9,7 @@ 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 endif GENFILES += passes/techmap/techmap.inc |