Revision 76dcd734eca23168cb008912c0f69ff408905235 authored by Linus Torvalds on 04 December 2022, 22:48:12 UTC, committed by Linus Torvalds on 04 December 2022, 22:48:12 UTC
1 parent 0ba09b1
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_NVME_COMMON)		+= common/
obj-y		+= host/
obj-y		+= target/
back to top