]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/commitdiff
Remove Modules.marker file on make clean
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 13 Oct 2009 22:30:14 +0000 (15:30 -0700)
committerLuis 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

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)