aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a9ec25bc..884841f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,8 +80,8 @@ endif
80 80
81 81
82copy-headers : 82copy-headers :
83 cp -r $(kernel_source)/usr/include/drm $(top_srcdir)/include 83 cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/
84 84
85commit-headers : copy-headers 85commit-headers : copy-headers
86 git add include 86 git add include/drm/*.h
87 git commit -am "Copy headers from kernel $$(GIT_DIR=$(kernel_source)/.git git describe)" 87 git commit -am "Copy headers from kernel $$(GIT_DIR=$(kernel_source)/.git git describe)"