Update clean rules, because files in arch/nios2nommu/boot/compressed were not
cleaned.
Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
diff --git a/linux-2.6.x/arch/nios2nommu/Makefile
b/linux-2.6.x/arch/nios2nommu/Makefile
index ca139b6..632f049 100644
--- a/linux-2.6.x/arch/nios2nommu/Makefile
+++ b/linux-2.6.x/arch/nios2nommu/Makefile
@@ -97,7 +97,7 @@ endif
head-y := arch/nios2nommu/kernel/head.o arch/nios2nommu/kernel/init_task.o
-CLEAN_FILES := include/asm-$(ARCH)/asm-offsets.h \
+CLEAN_FILES += include/asm-$(ARCH)/asm-offsets.h \
$(HARDWARE_MK) \
arch/$(ARCH)/kernel/asm-offsets.s \
linux.srec \
@@ -145,7 +145,7 @@ hwselect:
prepare: include/nios2_system.h
archclean:
- $(call descend arch/$(ARCH)/boot, subdirclean)
+ @$(MAKE) $(clean)=arch/$(ARCH)/boot
define filechk_nios2_system.h
# call perl script that will build nios2_system.h file
--
1.5.3.3
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev