fixup install target, not sure what I was smokin...

main
Dave Airlie 2007-04-07 07:21:05 +10:00
parent 46257c51c1
commit b25558bb73
1 changed files with 1 additions and 3 deletions

View File

@ -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