Kbuild (85a3685852d9ac7d92be9d824533c915a4597fa4) | Kbuild (340b0e7c500a0ac8fb649c58cf8528550642c1d8) |
---|---|
1ccflags-y := -Iinclude/drm 2ccflags-y += -I$(src)/include 3ccflags-y += -I$(src)/include/nvkm 4ccflags-y += -I$(src)/nvkm 5ccflags-y += -I$(src) 6 7# NVKM - HW resource manager 8#- code also used by various userspace tools/tests --- 4 unchanged lines hidden (view full) --- 13#- code also used by various userspace tools/tests 14include $(src)/nvkm/Kbuild 15nouveau-y += $(nvkm-y) 16 17# DRM - general 18ifdef CONFIG_X86 19nouveau-$(CONFIG_ACPI) += nouveau_acpi.o 20endif | 1ccflags-y := -Iinclude/drm 2ccflags-y += -I$(src)/include 3ccflags-y += -I$(src)/include/nvkm 4ccflags-y += -I$(src)/nvkm 5ccflags-y += -I$(src) 6 7# NVKM - HW resource manager 8#- code also used by various userspace tools/tests --- 4 unchanged lines hidden (view full) --- 13#- code also used by various userspace tools/tests 14include $(src)/nvkm/Kbuild 15nouveau-y += $(nvkm-y) 16 17# DRM - general 18ifdef CONFIG_X86 19nouveau-$(CONFIG_ACPI) += nouveau_acpi.o 20endif |
21nouveau-y += nouveau_agp.o | |
22nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o 23nouveau-y += nouveau_drm.o 24nouveau-y += nouveau_hwmon.o 25nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o 26nouveau-y += nouveau_nvif.o 27nouveau-$(CONFIG_NOUVEAU_PLATFORM_DRIVER) += nouveau_platform.o 28nouveau-y += nouveau_sysfs.o 29nouveau-y += nouveau_usif.o # userspace <-> nvif --- 37 unchanged lines hidden --- | 21nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o 22nouveau-y += nouveau_drm.o 23nouveau-y += nouveau_hwmon.o 24nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o 25nouveau-y += nouveau_nvif.o 26nouveau-$(CONFIG_NOUVEAU_PLATFORM_DRIVER) += nouveau_platform.o 27nouveau-y += nouveau_sysfs.o 28nouveau-y += nouveau_usif.o # userspace <-> nvif --- 37 unchanged lines hidden --- |