X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Farm26%2FMakefile;h=fe91eda98a94bd1f4266e0cac8f8129bba57d874;hb=080e89270a7bfb7d01fac9a67050f8ac6d6cdd11;hp=e9cb8ef4f3fbdf0ae44197e9db145d506f28226a;hpb=2e66fc41169c90d93b7811caf7e7822de6aa2259;p=powerpc.git diff --git a/arch/arm26/Makefile b/arch/arm26/Makefile index e9cb8ef4f3..fe91eda98a 100644 --- a/arch/arm26/Makefile +++ b/arch/arm26/Makefile @@ -1,6 +1,9 @@ # # arch/arm26/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. @@ -49,13 +52,9 @@ all: zImage boot := arch/arm26/boot -prepare: include/asm-$(ARCH)/asm_offsets.h -CLEAN_FILES += include/asm-$(ARCH)/asm_offsets.h - - -.PHONY: maketools FORCE +PHONY += maketools FORCE maketools: FORCE - + # Convert bzImage to zImage bzImage: vmlinux @@ -94,12 +93,6 @@ zi:; $(Q)$(MAKE) $(build)=$(boot) zinstall fi; \ ) -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ - include/config/MARKER - -include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s - $(call filechk,gen-asm-offsets) - define archhelp echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' echo ' Image - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'