|
@@ -82,25 +82,18 @@ unwcheck: vmlinux
|
|
archclean:
|
|
archclean:
|
|
$(Q)$(MAKE) $(clean)=$(boot)
|
|
$(Q)$(MAKE) $(clean)=$(boot)
|
|
|
|
|
|
-CLEAN_FILES += include/asm-ia64/.offsets.h.stamp vmlinux.gz bootloader
|
|
|
|
-
|
|
|
|
-MRPROPER_FILES += include/asm-ia64/offsets.h
|
|
|
|
-
|
|
|
|
-prepare: include/asm-ia64/offsets.h
|
|
|
|
-
|
|
|
|
-arch/ia64/kernel/asm-offsets.s: include/asm include/linux/version.h include/config/MARKER
|
|
|
|
-
|
|
|
|
-include/asm-ia64/offsets.h: arch/ia64/kernel/asm-offsets.s
|
|
|
|
- $(call filechk,gen-asm-offsets)
|
|
|
|
-
|
|
|
|
-arch/ia64/kernel/asm-offsets.s: include/asm-ia64/.offsets.h.stamp
|
|
|
|
|
|
+prepare: include/asm-ia64/.offsets.h.stamp
|
|
|
|
|
|
include/asm-ia64/.offsets.h.stamp:
|
|
include/asm-ia64/.offsets.h.stamp:
|
|
mkdir -p include/asm-ia64
|
|
mkdir -p include/asm-ia64
|
|
- [ -s include/asm-ia64/offsets.h ] \
|
|
|
|
- || echo "#define IA64_TASK_SIZE 0" > include/asm-ia64/offsets.h
|
|
|
|
|
|
+ [ -s include/asm-ia64/asm-offsets.h ] \
|
|
|
|
+ || echo "#define IA64_TASK_SIZE 0" > include/asm-ia64/asm-offsets.h
|
|
touch $@
|
|
touch $@
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+CLEAN_FILES += vmlinux.gz bootloader include/asm-ia64/.offsets.h.stamp
|
|
|
|
+
|
|
boot: lib/lib.a vmlinux
|
|
boot: lib/lib.a vmlinux
|
|
$(Q)$(MAKE) $(build)=$(boot) $@
|
|
$(Q)$(MAKE) $(build)=$(boot) $@
|
|
|
|
|