From 6f7a4297c005f42b03af95bbfefe0a2d727abf8e Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 3 Feb 2014 16:38:46 +0100 Subject: [PATCH] fsdata.c need to be removed during clean --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1