X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2FMakefile_64;h=a804860022e65a7ec6c5f71a81b7011d0cee6852;hb=5c81cdbeff72e7fc2eb62ee5dc26197e54f9a06c;hp=57e714a47af7aff0e78512860c9a004db49c1d5f;hpb=53173920dab204a31ef37e7d2cb25b964a8a7752;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/Makefile_64 b/arch/x86/Makefile_64 index 57e714a47af..a804860022e 100644 --- a/arch/x86/Makefile_64 +++ b/arch/x86/Makefile_64 @@ -127,7 +127,7 @@ archclean: $(Q)$(MAKE) $(clean)=$(boot) define archhelp - echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)' + echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)' echo ' install - Install kernel using' echo ' (your) ~/bin/installkernel or' echo ' (distribution) /sbin/installkernel or' @@ -137,8 +137,8 @@ define archhelp echo ' isoimage - Create a boot CD-ROM image' endef -CLEAN_FILES += arch/$(ARCH)/boot/fdimage \ - arch/$(ARCH)/boot/image.iso \ - arch/$(ARCH)/boot/mtools.conf +CLEAN_FILES += arch/x86/boot/fdimage \ + arch/x86/boot/image.iso \ + arch/x86/boot/mtools.conf