From eb0f35923fb4119800c19f9843e7e4125804ee24 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 13 Jan 2015 22:40:51 +1000 Subject: drm: remove symlinks from build, use Kbuild files for lib build The DRM build used a separate, symlinked, source tree out of a desire to avoid Kbuild/autotools' object files conflicting. Not only is this very annoying to maintain, but it's made worse by having two entirely separate source file lists to maintain too. Fixes both these issues by ditching automake (it doesn't approve of the kernel's Kbuild syntax) in favour of custom makefiles that can build libnvif.so from the Kbuild files. Like the previous commit, this will never show up in the kernel tree (it has its own version). Signed-off-by: Ben Skeggs --- .gitignore | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 805ec91d7..1377554eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1 @@ -.deps -.libs -Makefile -Makefile.in -*.la -*.lo -*.o -aclocal.m4 -autom4te.cache/ -config.guess -config.sub -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -libtool -ltmain.sh -missing -stamp-h1 *.swp -*.in - -*.cmd -*.mod.c -*.symvers -*.order -*.ko* -.tmp_versions/ - -bin/nv_* -!bin/nv_*.c -!bin/nv_*.h -compile -- cgit v1.2.1