Files
linux-nv-oot/drivers/crypto/Makefile
Akhil R 198a0ba027 crypto: tegra: Add support for SE on host1x to OOT
Add driver to support Security Engine on host1x as OOT module

Bug 3583641

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Change-Id: If2eaff4e783cc6426db6a711e1300568735dab76
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2726869
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2022-08-29 05:12:27 -07:00

8 lines
224 B
Makefile

ccflags-y += -Wno-implicit-fallthrough
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/hw/
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree)/include
obj-m += tegra-se-nvhost.o
obj-m += tegra-se-nvrng.o