Removed unused BUILD_DIR target from Makefile.

This commit is contained in:
Michael Keller 2021-01-01 10:12:20 +01:00
parent 20940de41d
commit 6eb7222af6
1 changed files with 0 additions and 4 deletions

View File

@ -86,7 +86,6 @@ include $(ROOT)/make/checks.mk
ifndef TOOLS_DIR
TOOLS_DIR := $(ROOT)/tools
endif
BUILD_DIR := $(ROOT)/build
DL_DIR := $(ROOT)/downloads
export RM := rm
@ -581,9 +580,6 @@ $(DL_DIR):
$(TOOLS_DIR):
mkdir -p $@
$(BUILD_DIR):
mkdir -p $@
## version : print firmware version
version:
@echo $(FC_VER)