diff options
author | Dave Airlie <airlied@linux.ie> | 2007-04-07 07:21:05 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-04-07 07:21:05 +1000 |
commit | b25558bb7377f6df6d457b50067a1d245f7911fd (patch) | |
tree | 3a3c4063d1f1118eb0eda8598f25f84c1c4cdd99 | |
parent | 46257c51c1e402cf04007f01a90cb423b141f89e (diff) |
fixup install target, not sure what I was smokin...
-rw-r--r-- | linux-core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index effc2061..af29bd6a 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -238,9 +238,7 @@ drmstat: drmstat.c $(CC) $(PRGCFLAGS) $< -o $@ $(DRMSTATLIBS) install: - echo "Installing DRM modules to "$(O) - install *.ko $(O)/driver/char/drm - depmod -a + make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules_install else |