diff --git a/Makefile b/Makefile index 67510b1d1b2ba0572bdfaebb76a8a720c1f78496..704acd01acc07a2177a788bbfc40d7b3a440b2b3 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 01ce38e28123535f76420353429e53cdaafc2566..eac889ad84fa1268f550a95a14b989d12607a9bc 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 3ab338f4c198a7ad138d91b0db2d6428bfb455a8..6f4bc8ac775a1c2c490abfc6bbcca136e5d6f6af 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 #------------------------------------------------------------------------------