Removing "Modules.symvers" on make clean.

This commit is contained in:
Florian Pose
2006-06-27 19:31:26 +00:00
parent 92a035f82b
commit 2bafa768f0
3 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ modules_install:
clean: cleandoc
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
@rm -f Modules.symvers
doc:
doxygen Doxyfile

View File

@@ -74,6 +74,7 @@ modules_install:
clean:
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
@rm -f Modules.symvers
#------------------------------------------------------------------------------

View File

@@ -75,6 +75,7 @@ modules_install:
clean:
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
@rm -f Modules.symvers
#------------------------------------------------------------------------------