mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-26 19:19:47 +00:00
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# Each of these headers is checked for presence with a test #include; a
|
|
# corresponding #define will be generated in conftest/headers.h.
|
|
NV_HEADER_PRESENCE_TESTS = \
|
|
asm/system.h \
|
|
drm/drmP.h \
|
|
drm/drm_aperture.h \
|
|
drm/drm_atomic_state_helper.h \
|
|
drm/drm_atomic_uapi.h \
|
|
drm/drm_fbdev_generic.h \
|
|
drm/drm_fbdev_ttm.h \
|
|
drm/drm_client_setup.h \
|
|
drm/drm_probe_helper.h \
|
|
drm/clients/drm_client_setup.h \
|
|
dt-bindings/interconnect/tegra_icc_id.h \
|
|
generated/autoconf.h \
|
|
generated/compile.h \
|
|
generated/utsrelease.h \
|
|
linux/pfn_t.h \
|
|
linux/aperture.h \
|
|
linux/dma-direct.h \
|
|
linux/platform/tegra/mc_utils.h \
|
|
xen/ioemu.h \
|
|
linux/fence.h \
|
|
linux/dma-resv.h \
|
|
soc/tegra/tegra_bpmp.h \
|
|
linux/platform/tegra/dce/dce-client-ipc.h \
|
|
linux/nvhost.h \
|
|
linux/nvhost_t194.h \
|
|
linux/host1x-next.h \
|
|
asm/set_memory.h \
|
|
asm/pgtable_types.h \
|
|
linux/dma-map-ops.h \
|
|
sound/hda_codec.h \
|
|
linux/interconnect.h \
|
|
linux/ioasid.h \
|
|
linux/stdarg.h \
|
|
linux/iosys-map.h \
|
|
linux/vfio_pci_core.h \
|
|
linux/cc_platform.h \
|
|
asm/mshyperv.h \
|
|
crypto/sig.h
|
|
|