]> Git Repo - linux.git/blob - drivers/nvme/common/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / nvme / common / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 ccflags-y                       += -I$(src)
4
5 obj-$(CONFIG_NVME_AUTH)         += nvme-auth.o
6 obj-$(CONFIG_NVME_KEYRING)      += nvme-keyring.o
7
8 nvme-auth-y                     += auth.o
9 nvme-keyring-y                  += keyring.o
This page took 0.035928 seconds and 4 git commands to generate.