diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-02-27 14:43:27 -0800 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-02-27 14:43:27 -0800 |
commit | cecfcf9f183eeb4c8c3198a23901c8cb27eeacc6 (patch) | |
tree | 1978b8f5c63a3268044117aac368edd83f7f45f1 /v4l | |
parent | 91df4049ebb4764105976c5affe3e751c55c1b61 (diff) | |
download | mediapointer-dvb-s2-cecfcf9f183eeb4c8c3198a23901c8cb27eeacc6.tar.gz mediapointer-dvb-s2-cecfcf9f183eeb4c8c3198a23901c8cb27eeacc6.tar.bz2 |
build: Have "make clean" delete Module.symvers
From: Trent Piepho <xyzzy@speakeasy.org>
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 <xyzzy@speakeasy.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |