From 83d58022e14c31f00dee4e0577b6c3477140472b Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 7 Aug 2006 10:34:30 +0000 Subject: [PATCH] Remove Modules.symvers when cleaning as it can cause subsequent builds for another kernel to fail. --- comedi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comedi/Makefile.am b/comedi/Makefile.am index 05173c28..6d1df756 100644 --- a/comedi/Makefile.am +++ b/comedi/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = . kcomedilib drivers +CLEANFILES = Modules.symvers + if CONFIG_KBUILD module_PROGRAMS = all-local: comedi_kbuild.inc -- 2.26.2