mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 08:40:06 +00:00
[posix] remove duplicated definition in Makefile-posix (#2808)
This commit is contained in:
@@ -106,9 +106,6 @@ LDFLAGS += \
|
||||
INSTALL := /usr/bin/install
|
||||
INSTALLFLAGS := -p
|
||||
|
||||
TopSourceDir := $(dir $(shell readlink $(firstword $(MAKEFILE_LIST))))..
|
||||
AbsTopSourceDir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))..
|
||||
|
||||
BuildPath = build
|
||||
TopBuildDir = $(BuildPath)
|
||||
AbsTopBuildDir = $(PWD)/$(TopBuildDir)
|
||||
|
||||
Reference in New Issue
Block a user