Skip to content

Commit

Permalink
Set TEL_PATH with ?= to eliminate the need of patching the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmiklos committed Nov 19, 2020
1 parent b16ddc5 commit aadc4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ATC_Thermometer/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEL_CHIP := -DCHIP_TYPE=CHIP_TYPE_8258

LIBS := -llt_8258

TEL_PATH := ../..
TEL_PATH ?= ../..

PROJECT_NAME := ATC_Thermometer

Expand Down Expand Up @@ -115,4 +115,4 @@ pre-build:
secondary-outputs: $(BIN_FILE) $(LST_FILE) $(SIZEDUMMY)

.PHONY: all clean
.SECONDARY: main-build
.SECONDARY: main-build

0 comments on commit aadc4a2

Please sign in to comment.