Change linux kernel install to use kernel/drivers/char/drm

2007-05-10 Thread Keith Packard
The kernel version of the DRM drivers installs everything to kernel/drivers/char/drm, but the out-of-tree version sticks them in extras/, which isn't very nice. diff --git a/linux-core/Makefile b/linux-core/Makefile index af29bd6..d478bb1 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile

Re: Change linux kernel install to use kernel/drivers/char/drm

2007-05-10 Thread Dawid Gajownik
Dnia 05/10/2007 08:06 PM, Użytkownik Keith Packard napisał: The kernel version of the DRM drivers installs everything to kernel/drivers/char/drm, but the out-of-tree version sticks them in extras/, which isn't very nice. According to Linux documentation (kbuild/modules.txt) this seems to be