Skip to content

Commit

Permalink
Remove Unused BUILD_DIR from Makefile (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioCesarMatias authored Jun 18, 2021
1 parent 5ef8eb0 commit e0bd49c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ include $(ROOT)/make/system-id.mk
ifndef TOOLS_DIR
TOOLS_DIR := $(ROOT)/tools
endif
BUILD_DIR := $(ROOT)/build
DL_DIR := $(ROOT)/downloads

export RM := rm
Expand Down Expand Up @@ -470,9 +469,6 @@ $(DL_DIR):
$(TOOLS_DIR):
$(V1) mkdir -p $@

$(BUILD_DIR):
$(V1) mkdir -p $@

## version : print firmware version
version:
@echo $(FC_VER)
Expand Down

0 comments on commit e0bd49c

Please sign in to comment.