Hi Thomas,

Thomas Chou wrote:
Update clean rules, because files in arch/nios2nommu/boot/compressed were not 
cleaned.

Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>

Applied, thanks.

Regards
Greg



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

--
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
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

Reply via email to