From 1401f17ffcbbd183be7d5e1a2c61105370dd6cc4 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 24 Jul 2007 11:57:12 +0000 Subject: [PATCH] Clean Module.symvers in addition to Modules.symvers. (I think the one created depends on the kernel version, so delete both!). --- comedi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/Makefile.am b/comedi/Makefile.am index d251c592..a9a44a27 100644 --- a/comedi/Makefile.am +++ b/comedi/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . kcomedilib drivers -CLEANFILES = Modules.symvers +CLEANFILES = Modules.symvers Module.symvers if CONFIG_KBUILD module_PROGRAMS = -- 2.26.2