From: Piotr Dymacz Date: Mon, 3 Feb 2014 15:38:46 +0000 (+0100) Subject: fsdata.c need to be removed during clean X-Git-Tag: 2014-11-19~32^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f7a4297c005f42b03af95bbfefe0a2d727abf8e;p=oweals%2Fu-boot_mod.git fsdata.c need to be removed during clean --- diff --git a/Makefile b/Makefile index 002971e..2f7a2b4 100755 --- 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