summaryrefslogtreecommitdiff
path: root/linux-core/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-04-05 11:18:00 +1000
committerDave Airlie <airlied@linux.ie>2007-04-05 11:18:00 +1000
commit9c793716591c141d7bb1796f5dc6473c45d9545c (patch)
treedc90f4d7c124c55c17ce1a0b46c0f0ef7c9393e9 /linux-core/Makefile
parentc4968279218cf246323e38bbbd44ce2774871fde (diff)
add an install target to the drm modules makefile
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r--linux-core/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile
index bca8210d..effc2061 100644
--- a/linux-core/Makefile
+++ b/linux-core/Makefile
@@ -237,6 +237,11 @@ dristat: dristat.c
drmstat: drmstat.c
$(CC) $(PRGCFLAGS) $< -o $@ $(DRMSTATLIBS)
+install:
+ echo "Installing DRM modules to "$(O)
+ install *.ko $(O)/driver/char/drm
+ depmod -a
+
else
# Check for kernel versions that we don't support.