1. Add ioctl command `SGXIOC_GET_EPID_GROUP_ID` for /dev/sgx 2. Add ioctl command `SGXIOC_GEN_QUOTE` for /dev/sgx 3. Add test cases
8 lines
127 B
Makefile
8 lines
127 B
Makefile
include ../test_common.mk
|
|
|
|
SGX_SDK ?= /opt/intel/sgxsdk
|
|
|
|
EXTRA_C_FLAGS := -I$(SGX_SDK)/include
|
|
EXTRA_LINK_FLAGS :=
|
|
BIN_ARGS :=
|