9 lines
232 B
Makefile
9 lines
232 B
Makefile
# 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
|