aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m68hc11/Makefile.in')
-rw-r--r--sim/m68hc11/Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
index f906a7c..0b2c4f1 100644
--- a/sim/m68hc11/Makefile.in
+++ b/sim/m68hc11/Makefile.in
@@ -36,22 +36,5 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \
-DWITH_TARGET_CELL_BITSIZE=32 \
-DWITH_TARGET_ADDRESS_BITSIZE=32 \
-DWITH_TARGET_WORD_MSB=31
-SIM_EXTRA_CLEAN = clean-extra
-
## COMMON_POST_CONFIG_FRAG
-
-m68hc11int.c: gencode
- $(ECHO_GEN) ./gencode -m6811 > $@
-
-m68hc12int.c: gencode
- $(ECHO_GEN) ./gencode -m6812 > $@
-
-gencode.o: gencode.c
- $(ECHO_CC) $(COMPILE_FOR_BUILD) -c $< -o $@
-
-gencode: gencode.o
- $(ECHO_CCLD) $(LINK_FOR_BUILD) $^
-
-clean-extra:
- rm -f gencode m68hc11int.c