1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Copyright 2020 Amazon.com, Inc. or its affil 3 # Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. 4 4 5 # Enclave lifetime management support for Nitr 5 # Enclave lifetime management support for Nitro Enclaves (NE) - ioctl sample 6 # usage. 6 # usage. 7 7 8 .PHONY: all clean 8 .PHONY: all clean 9 9 10 CFLAGS += -Wall 10 CFLAGS += -Wall 11 11 12 all: 12 all: 13 $(CC) $(CFLAGS) -o ne_ioctl_sample ne_ 13 $(CC) $(CFLAGS) -o ne_ioctl_sample ne_ioctl_sample.c -lpthread 14 14 15 clean: 15 clean: 16 rm -f ne_ioctl_sample 16 rm -f ne_ioctl_sample
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.