diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-06 01:51:33 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-03-06 01:59:58 -0300 |
commit | 06eb29e1171e5def51554adf559b78597e559bbe (patch) | |
tree | 726b03a4581f9340328398508719f4f7a6505667 /.gitignore | |
parent | 49776627e60f2718c9511569e73e4d671065dd61 (diff) | |
download | kmod-06eb29e1171e5def51554adf559b78597e559bbe.tar.gz kmod-06eb29e1171e5def51554adf559b78597e559bbe.tar.bz2 kmod-06eb29e1171e5def51554adf559b78597e559bbe.zip |
build-sys: add small redirecting Makefiles
These redirecting makefiles simplifies compiling from some editors and
when CWD is not the root of the source tree. This is similar to what was
introduced in systemd in 340d89e ("build-sys: add small redirecting
Makefiles to simplify compilation from within emacs")
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ /*.md5sum .deps/ .libs/ -Makefile -Makefile.in +/Makefile +/Makefile.in /aclocal.m4 /autom4te.cache/ |