ACR LS FW loading is moving out of SECBOOT and into their specific subdevs, and the available GP108/GV100 FWs differ from the other GP10x boards. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
5 lines
170 B
Makefile
5 lines
170 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/engine/sec2/base.o
|
|
nvkm-y += nvkm/engine/sec2/gp102.o
|
|
nvkm-y += nvkm/engine/sec2/gp108.o
|
|
nvkm-y += nvkm/engine/sec2/tu102.o
|