From cecfcf9f183eeb4c8c3198a23901c8cb27eeacc6 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Tue, 27 Feb 2007 14:43:27 -0800 Subject: build: Have "make clean" delete Module.symvers From: Trent Piepho If Module.symvers is kept around, modpost will think symbols from previous builds are still defined when in the current build they are not. This leads to undefined symbol warnings getting masked. Signed-off-by: Trent Piepho --- v4l/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l') diff --git a/v4l/Makefile b/v4l/Makefile index 0b2f54c99..abc53110c 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -270,7 +270,7 @@ clean:: @find . -name '*.c' -type l -exec rm '{}' \; @find . -name '*.h' -type l -exec rm '{}' \; -rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \ - config-compat.h + config-compat.h Module.symvers distclean:: clean -rm -f .version .*.o.flags .*.o.d Makefile.media \ -- cgit v1.2.3