X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fia64%2FMakefile;h=21033ed8330745c271970c9e9864729a903ef0f4;hb=aebb1153ac54ddbbd3d3f0481a193f4bf0ead53b;hp=f722e1a25948018826db23c9b482707c20ba8393;hpb=a62e68488dd5ddb07776555fd7e0435c6d021ac1;p=powerpc.git 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) $@