mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 11:51:45 +08:00
Removing "Modules.symvers" on make clean.
This commit is contained in:
1
Makefile
1
Makefile
@@ -69,6 +69,7 @@ modules_install:
|
||||
|
||||
clean: cleandoc
|
||||
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
|
||||
@rm -f Modules.symvers
|
||||
|
||||
doc:
|
||||
doxygen Doxyfile
|
||||
|
||||
@@ -74,6 +74,7 @@ modules_install:
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
|
||||
@rm -f Modules.symvers
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ modules_install:
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(KERNEL_DIR) M=$(CURRENT_DIR) clean
|
||||
@rm -f Modules.symvers
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user