search for: 1febf6ec0b69

Displaying 2 results from an estimated 2 matches for "1febf6ec0b69".

2015 Jan 15
2
[PATCH] drm: merge nouveau_platform.ko into nouveau.ko
...next quickly. drm/Kbuild | 3 +-- drm/Kconfig | 2 +- drm/nouveau_drm.c | 11 +++++++++-- drm/nouveau_platform.c | 6 ------ drm/nouveau_platform.h | 3 +++ 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/drm/Kbuild b/drm/Kbuild index ba6b660d3316..1febf6ec0b69 100644 --- a/drm/Kbuild +++ b/drm/Kbuild @@ -394,8 +394,7 @@ nouveau-$(CONFIG_ACPI) += nouveau_acpi.o endif nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o +nouveau-$(CONFIG_NOUVEAU_PLATFORM_DRIVER) += nouveau_platform.o obj-$(CON...
2015 Jan 15
0
[PATCH] drm: merge nouveau_platform.ko into nouveau.ko
...| 3 +-- > drm/Kconfig | 2 +- > drm/nouveau_drm.c | 11 +++++++++-- > drm/nouveau_platform.c | 6 ------ > drm/nouveau_platform.h | 3 +++ > 5 files changed, 14 insertions(+), 11 deletions(-) > > diff --git a/drm/Kbuild b/drm/Kbuild > index ba6b660d3316..1febf6ec0b69 100644 > --- a/drm/Kbuild > +++ b/drm/Kbuild > @@ -394,8 +394,7 @@ nouveau-$(CONFIG_ACPI) += nouveau_acpi.o > endif > nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o > nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o > +nouveau-$(CONFIG_NOUVEAU_PLATFORM_DRIVER)...