diff options
author | Dave Airlie <airlied@linux.ie> | 2007-04-05 11:18:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-04-05 11:18:00 +1000 |
commit | 9c793716591c141d7bb1796f5dc6473c45d9545c (patch) | |
tree | dc90f4d7c124c55c17ce1a0b46c0f0ef7c9393e9 /linux-core/Makefile | |
parent | c4968279218cf246323e38bbbd44ce2774871fde (diff) |
add an install target to the drm modules makefile
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 5 |
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. |