Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / samples / nitro_enclaves / Makefile
bloba3ec78fefb5297b2fdf156baaa734921908f56b4
1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5 # Enclave lifetime management support for Nitro Enclaves (NE) - ioctl sample
6 # usage.
8 .PHONY: all clean
10 CFLAGS += -Wall
12 all:
13 $(CC) $(CFLAGS) -o ne_ioctl_sample ne_ioctl_sample.c -lpthread
15 clean:
16 rm -f ne_ioctl_sample