# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2022-2024, NVIDIA CORPORATION.  All rights reserved.

obj-m += nvmap/
obj-m += host/nvdla/
obj-m += host/pva/
obj-m += tsec/
obj-m += dc/bridge/
obj-m += camera/
obj-m += host/capture/
ifdef CONFIG_MEDIA_SUPPORT
obj-m += host/nvcsi/
obj-m += host/vi/
obj-m += host/isp/
endif
obj-m += virt/
