X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fia64%2FMakefile;h=21033ed8330745c271970c9e9864729a903ef0f4;hb=8676ce07d38a09e0f41497d178357a314c4620cf;hp=f722e1a25948018826db23c9b482707c20ba8393;hpb=e7de369050534025b33aab1033358bf47a577e4d;p=linux-2.6 diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index f722e1a259..21033ed833 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile @@ -1,6 +1,9 @@ # # ia64/Makefile # +# This file is included by the global makefile so that you can add your own +# architecture-specific flags and dependencies. +# # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. @@ -62,12 +65,14 @@ drivers-$(CONFIG_OPROFILE) += arch/ia64/oprofile/ boot := arch/ia64/hp/sim/boot -.PHONY: boot compressed check +PHONY += boot compressed check all: compressed unwcheck compressed: vmlinux.gz +vmlinuz: vmlinux.gz + vmlinux.gz: vmlinux $(Q)$(MAKE) $(build)=$(boot) $@