Clean up newly migrated apps and LTP

This commit is contained in:
Michał Kowalczyk
2020-03-30 21:10:41 +02:00
parent 6c7ff2d3a6
commit 5cc0ae0c9e
45 changed files with 261 additions and 291 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ THIS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
NODEJS_DIR ?= /usr/bin/
# Relative path to Graphene root and key for enclave signing
GRAPHENEDIR ?= ../../../../..
GRAPHENEDIR ?= ../..
GRAPHENEKEY ?= $(GRAPHENEDIR)/Pal/src/host/Linux-SGX/signer/enclave-key.pem
ifeq ($(DEBUG),1)