diff options
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 8189953a372c..d795775a5cd7 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -116,13 +116,6 @@ archclean: | |||
116 | $(Q)$(MAKE) $(clean)=$(boot) | 116 | $(Q)$(MAKE) $(clean)=$(boot) |
117 | $(Q)rm -rf include3 | 117 | $(Q)rm -rf include3 |
118 | 118 | ||
119 | prepare: include/asm-ppc64/offsets.h | ||
120 | |||
121 | arch/ppc64/kernel/asm-offsets.s: include/asm include/linux/version.h \ | ||
122 | include/config/MARKER | ||
123 | |||
124 | include/asm-ppc64/offsets.h: arch/ppc64/kernel/asm-offsets.s | ||
125 | $(call filechk,gen-asm-offsets) | ||
126 | 119 | ||
127 | # Temporary hack until we have migrated to asm-powerpc | 120 | # Temporary hack until we have migrated to asm-powerpc |
128 | include/asm: include3/asm | 121 | include/asm: include3/asm |
@@ -136,5 +129,3 @@ define archhelp | |||
136 | echo ' sourced from arch/$(ARCH)/boot/ramdisk.image.gz' | 129 | echo ' sourced from arch/$(ARCH)/boot/ramdisk.image.gz' |
137 | echo ' (arch/$(ARCH)/boot/zImage.initrd)' | 130 | echo ' (arch/$(ARCH)/boot/zImage.initrd)' |
138 | endef | 131 | endef |
139 | |||
140 | CLEAN_FILES += include/asm-ppc64/offsets.h | ||