fsdata.c need to be removed during clean
authorPiotr Dymacz <pepe2k@gmail.com>
Mon, 3 Feb 2014 15:38:46 +0000 (16:38 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 3 Feb 2014 15:38:46 +0000 (16:38 +0100)
Makefile

index 002971e91bad020fa817369db7821e752d3edbae..2f7a2b4668d8e7c907f0c0eefe23650906a07270 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -190,8 +190,10 @@ clean:
        @cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) clean
        @rm -f $(BUILD_TOPDIR)/bin/*.bin
        @rm -f $(BUILD_TOPDIR)/bin/*.md5
+       @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c
 
 clean_all:
        @cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) distclean
        @rm -f $(BUILD_TOPDIR)/bin/*.bin
        @rm -f $(BUILD_TOPDIR)/bin/*.md5
+       @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c