diff options
Diffstat (limited to 'arch/ia64/Makefile')
-rw-r--r-- | arch/ia64/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index f9bd88ada70..67932ad5308 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile | |||
@@ -82,24 +82,7 @@ unwcheck: vmlinux | |||
82 | archclean: | 82 | archclean: |
83 | $(Q)$(MAKE) $(clean)=$(boot) | 83 | $(Q)$(MAKE) $(clean)=$(boot) |
84 | 84 | ||
85 | CLEAN_FILES += include/asm-ia64/.offsets.h.stamp vmlinux.gz bootloader | 85 | CLEAN_FILES += vmlinux.gz bootloader |
86 | |||
87 | MRPROPER_FILES += include/asm-ia64/offsets.h | ||
88 | |||
89 | prepare: include/asm-ia64/offsets.h | ||
90 | |||
91 | arch/ia64/kernel/asm-offsets.s: include/asm include/linux/version.h include/config/MARKER | ||
92 | |||
93 | include/asm-ia64/offsets.h: arch/ia64/kernel/asm-offsets.s | ||
94 | $(call filechk,gen-asm-offsets) | ||
95 | |||
96 | arch/ia64/kernel/asm-offsets.s: include/asm-ia64/.offsets.h.stamp | ||
97 | |||
98 | include/asm-ia64/.offsets.h.stamp: | ||
99 | mkdir -p include/asm-ia64 | ||
100 | [ -s include/asm-ia64/offsets.h ] \ | ||
101 | || echo "#define IA64_TASK_SIZE 0" > include/asm-ia64/offsets.h | ||
102 | touch $@ | ||
103 | 86 | ||
104 | boot: lib/lib.a vmlinux | 87 | boot: lib/lib.a vmlinux |
105 | $(Q)$(MAKE) $(build)=$(boot) $@ | 88 | $(Q)$(MAKE) $(build)=$(boot) $@ |