aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-16 22:13:53 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-16 23:37:57 +0200
commit399eff17bd4de7663bbf2914e59a7d3a99ccc153 (patch)
tree41ff7a901ad2903a9114b0678a937aba69af034d /Makefile
parent01c99b53048b4d436eb55e9bf22414610f17d057 (diff)
Fix address substitution for IP32
it was being handled as IP22 in tip22
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b818247..28c35ef 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,13 @@ endif
# these contain subarch independent files
SUBARCH_INDEP_DIRS= \
- arclib \
- tip22
+ arclib
# these contain subarch dependent files
SUBARCH_DIRS= \
common \
- ext2load
+ ext2load \
+ tip22
define indep-tgt
$(foreach sd,$(SUBARCH_INDEP_DIRS),$(1)-subarch-indep-$(sd))