aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 12:45:43 +0000
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:19 +0200
commitd8a73fe012567565113419dc0c4678df5abe5bc5 (patch)
tree83fe7ec624beab65968aaf9dd474048f1b8a48c2 /Makefile
parent3f5a6babb02b56298eb7fb118dc23582cbff932a (diff)
don't build tip22 specially
so we can make debian/rules more straightforward
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4bfb897..7bac668 100644
--- a/Makefile
+++ b/Makefile
@@ -22,13 +22,13 @@ endif
# these contain subarch independent files
SUBARCH_INDEP_DIRS= \
- arclib \
- tip22
# these contain subarch dependent files
SUBARCH_DIRS= \
common \
- ext2load
+ arclib \
+ ext2load \
+ tip22
define indep-tgt
$(foreach sd,$(SUBARCH_INDEP_DIRS),$(1)-subarch-indep-$(sd))