[PATCH] Fixed some missing files to be deleted when running make clean

Matthew McClintock msm at freescale.com
Tue Oct 24 05:26:57 EST 2006


Fixed some missing files to be deleted when running make clean

Signed-off-by: Matthew McClintock <msm at freescale.com>

---
These patches apply against the latest series of Mark's bootwrapper
patches. They fix some missing files that need to be cleaned.

commit b05c2cae79ba02edd7263e19fe5f722c67c3c5cb
tree 3016e7e0f0b84d36ded2ec1c1ff5efe98cc94d4c
parent 44ae8267b3597965b485669885ff68384640b95a
author Matthew McClintock <msm at freescale.com> Mon, 23 Oct 2006 14:09:47
-0500
committer Matthew McClintock <msm at freescale.com> Mon, 23 Oct 2006
14:09:47 -0500

 arch/powerpc/boot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 8e33890..43507ca 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -75,7 +75,7 @@ quiet_cmd_copy_zliblinuxheader = COPY   
 	@cp $< $@
 
 clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \
-		$(obj)/empty.c
+		empty.c zImage.coff.lds zImage.lds zImage.sandpoint
 
 quiet_cmd_bootcc = BOOTCC  $@
       cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o
$@ $<





More information about the Linuxppc-dev mailing list