blob: 1a9ded3a86f8e43bba54d0d2de0de6bb28ff7b85 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: MIT
#
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
nvkm-y += nvkm/subdev/fsp/base.o
nvkm-y += nvkm/subdev/fsp/gh100.o
nvkm-y += nvkm/subdev/fsp/gb100.o
nvkm-y += nvkm/subdev/fsp/gb202.o
|