LWN.net Logo

sound/oss: Files to be deleted during mrproper 3/6

From:  Sam Ravnborg <sam@ravnborg.org>
To:  Linus Torvalds <torvalds@transmeta.com>, linux-kernel@vger.kernel.org
Subject:  [PATCH] sound/oss: Files to be deleted during mrproper 3/6
Date:  Tue, 10 Sep 2002 23:05:00 +0200

Updates to the sound makefile

	Sam

diff -Nru a/sound/oss/Makefile b/sound/oss/Makefile
--- a/sound/oss/Makefile	Tue Sep 10 22:37:49 2002
+++ b/sound/oss/Makefile	Tue Sep 10 22:37:49 2002
@@ -96,6 +96,10 @@
 
 host-progs	:= bin2hex hex2hex
 
+# Files generated that shall be removed upon make mrproper
+mrproper := maui_boot.h msndperm.c msndinit.c pndsperm.c pndspini.c \
+pss_boot.h trix_boot.h
+
 include $(TOPDIR)/Rules.make
 
 # Firmware files that need translation
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2002, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds