projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823d9c0
)
Remove Modules.marker file on make clean
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 13 Oct 2009 22:30:14 +0000
(15:30 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 13 Oct 2009 22:47:13 +0000
(15:47 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index fa9aadc7942636baaaf43f488c03cbc1ab030210..150d4be2463ec665441e86b143ff5ac34d08c79b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-257,4
+257,5
@@
load: unload
endif
-clean-files += Module.symvers modules modules.order $(CREL_CHECK) $(CONFIG_CHECK)
+clean-files += Module.symvers Module.markers modules modules.order
+clean-files += $(CREL_CHECK) $(CONFIG_CHECK)