Remove Modules.symvers when cleaning as it can cause subsequent builds
authorIan Abbott <abbotti@mev.co.uk>
Mon, 7 Aug 2006 10:34:30 +0000 (10:34 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 7 Aug 2006 10:34:30 +0000 (10:34 +0000)
for another kernel to fail.

comedi/Makefile.am

index 05173c2812e34b79de4e3d199764516b616d8972..6d1df756b622a156951eb1beb1541046065316cc 100644 (file)
@@ -1,6 +1,8 @@
 
 SUBDIRS = . kcomedilib drivers
 
+CLEANFILES = Modules.symvers
+
 if CONFIG_KBUILD
 module_PROGRAMS =
 all-local: comedi_kbuild.inc