Skip to content

Commit

Permalink
Use an indirect reference to detect the 3rdparty directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-peskine-arm committed Mar 23, 2020
1 parent 37940d9 commit 18a9d5b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 3rdparty/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
ifeq ($(INCLUDING_FROM_MBEDTLS), 1)
include ../crypto/3rdparty/everest/Makefile.inc
else
include ../3rdparty/everest/Makefile.inc
endif
THIRDPARTY_DIR = $(dir $(lastword $(MAKEFILE_LIST)))
include $(THIRDPARTY_DIR)/everest/Makefile.inc

0 comments on commit 18a9d5b

Please sign in to comment.