From 399eff17bd4de7663bbf2914e59a7d3a99ccc153 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 16 Jun 2011 22:13:53 +0200 Subject: Fix address substitution for IP32 it was being handled as IP22 in tip22 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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)) -- cgit v1.2.3