Messages in this thread Patch in this message |  | | Date | Tue, 10 Sep 2002 23:05:00 +0200 | From | Sam Ravnborg <> | Subject | [PATCH] sound/oss: Files to be deleted during mrproper 3/6 |
| |
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/
|  |