Andra Paraschiv | 0f5c7b7 | 2020-09-21 15:17:29 +0300 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||||
4 | |||||
5 | # Enclave lifetime management support for Nitro Enclaves (NE). | ||||
6 | |||||
7 | obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves.o | ||||
8 | |||||
9 | nitro_enclaves-y := ne_pci_dev.o ne_misc_dev.o |