diff --git a/Makefile b/Makefile index 67510b1d..704acd01 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ modules_install: clean: cleandoc $(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean + @rm -f Modules.symvers doc: doxygen Doxyfile diff --git a/devices/Makefile b/devices/Makefile index 01ce38e2..eac889ad 100644 --- a/devices/Makefile +++ b/devices/Makefile @@ -74,6 +74,7 @@ modules_install: clean: $(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean + @rm -f Modules.symvers #------------------------------------------------------------------------------ diff --git a/master/Makefile b/master/Makefile index 3ab338f4..6f4bc8ac 100644 --- a/master/Makefile +++ b/master/Makefile @@ -75,6 +75,7 @@ modules_install: clean: $(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean + @rm -f Modules.symvers #------------------------------------------------------------------------------