aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCoywolf Qi Hunt <coywolf@greatcn.org>2004-08-19 03:09:23 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2004-08-19 03:09:23 +0200
commit2d52113a4d4cb9af704b8c8373563b71efa0eb94 (patch)
tree44b5655b6adc6d5e1c9e0ec884a29179c57b9738 /Makefile
parentada1bab4401a9fd3a76b498f0c461133b658559b (diff)
downloadhistory-2d52113a4d4cb9af704b8c8373563b71efa0eb94.tar.gz
kbuild: remove obsolete HEAD in kbuild
Makefile: remove obsolete HEAD arch/cris/Makefile: replace HEAD with assignment to head-y Signed-off-by: Coywolf Qi Hunt <coywolf@greatcn.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17606090b9f694..48445b2193ebf3 100644
--- a/Makefile
+++ b/Makefile
@@ -510,7 +510,6 @@ libs-y := $(libs-y1) $(libs-y2)
# normal descending-into-subdirs phase, since at that time
# we cannot yet know if we will need to relink vmlinux.
# So we descend into init/ inside the rule for vmlinux again.
-head-y += $(HEAD)
vmlinux-objs := $(head-y) $(init-y) $(core-y) $(libs-y) $(drivers-y) $(net-y)
quiet_cmd_vmlinux__ = LD $@