mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 20:13:49 -04:00
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>
6 lines
170 B
Makefile
6 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
|