summaryrefslogtreecommitdiff
path: root/packages/dri/drm-kernel
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2007-01-26 11:43:10 +0000
committerPhil Blundell <philb@gnu.org>2007-01-26 11:43:10 +0000
commitda118706e0dd17d782f230431879ff595f9ac68e (patch)
tree0c0f92bb3c715617372a864e6a282c5cfeaf4a86 /packages/dri/drm-kernel
parent2aa8f7c98a2e4f5b9126c921cf80c0bd876dcfda (diff)
libdrm: update to 2.3.0
Diffstat (limited to 'packages/dri/drm-kernel')
-rw-r--r--packages/dri/drm-kernel/.mtn2git_empty0
-rw-r--r--packages/dri/drm-kernel/make.patch20
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/dri/drm-kernel/.mtn2git_empty b/packages/dri/drm-kernel/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/dri/drm-kernel/.mtn2git_empty
diff --git a/packages/dri/drm-kernel/make.patch b/packages/dri/drm-kernel/make.patch
new file mode 100644
index 0000000000..f0dabecd5e
--- /dev/null
+++ b/packages/dri/drm-kernel/make.patch
@@ -0,0 +1,20 @@
+--- drm/linux-core/Makefile 2005-06-03 21:02:54.000000000 +0100
++++ drm/linux-core/Makefile 2005-06-17 21:40:34.000000000 +0100
+@@ -173,7 +173,7 @@
+ all: modules
+
+ modules: includes
+- make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
++ $(MAKE) -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
+
+ ifeq ($(HEADERFROMBOOT),1)
+
+@@ -243,7 +243,7 @@
+ rm -rf $(CLEANFILES)
+
+ $(MODULE_LIST)::
+- make DRM_MODULES=$@ modules
++ $(MAKE) DRM_MODULES=$@ modules
+
+ # Build test utilities
+