]> git.openfabrics.org - compat-rdma/compat.git/commit
Rearrange module order for easy placement on external builds
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 10 Dec 2009 21:38:29 +0000 (13:38 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 10 Dec 2009 21:38:29 +0000 (13:38 -0800)
commitca2d92df5649c3233ccf5bb3f92d621e461728db
tree747af3ce4c49732bca0bdcb2d8630d90b26a0677
parent34492988d48c39b3f35b6404e43669474ec92421
Rearrange module order for easy placement on external builds

You will typically cp -a compat/ to your own build and then
cp include/linux/*.h to your own header space on your build
as well. Provided on this Makefile is also a hack to let
you use include/linux without having to add or mucking the
user's header files or directory.

Example compat autoconf is also provided.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
68 files changed:
Makefile
compat-2.6.14.c [deleted file]
compat-2.6.14.h [deleted file]
compat-2.6.18.c [deleted file]
compat-2.6.18.h [deleted file]
compat-2.6.19.c [deleted file]
compat-2.6.19.h [deleted file]
compat-2.6.21.c [deleted file]
compat-2.6.21.h [deleted file]
compat-2.6.22.c [deleted file]
compat-2.6.22.h [deleted file]
compat-2.6.23.c [deleted file]
compat-2.6.23.h [deleted file]
compat-2.6.24.c [deleted file]
compat-2.6.24.h [deleted file]
compat-2.6.25.c [deleted file]
compat-2.6.25.h [deleted file]
compat-2.6.26.c [deleted file]
compat-2.6.26.h [deleted file]
compat-2.6.27.c [deleted file]
compat-2.6.27.h [deleted file]
compat-2.6.28.c [deleted file]
compat-2.6.28.h [deleted file]
compat-2.6.29.c [deleted file]
compat-2.6.29.h [deleted file]
compat-2.6.30.c [deleted file]
compat-2.6.30.h [deleted file]
compat-2.6.31.c [deleted file]
compat-2.6.31.h [deleted file]
compat-2.6.32.c [deleted file]
compat-2.6.32.h [deleted file]
compat.h [deleted file]
compat/Makefile [new file with mode: 0644]
compat/compat-2.6.14.c [new file with mode: 0644]
compat/compat-2.6.18.c [new file with mode: 0644]
compat/compat-2.6.19.c [new file with mode: 0644]
compat/compat-2.6.21.c [new file with mode: 0644]
compat/compat-2.6.22.c [new file with mode: 0644]
compat/compat-2.6.23.c [new file with mode: 0644]
compat/compat-2.6.24.c [new file with mode: 0644]
compat/compat-2.6.25.c [new file with mode: 0644]
compat/compat-2.6.26.c [new file with mode: 0644]
compat/compat-2.6.27.c [new file with mode: 0644]
compat/compat-2.6.28.c [new file with mode: 0644]
compat/compat-2.6.29.c [new file with mode: 0644]
compat/compat-2.6.30.c [new file with mode: 0644]
compat/compat-2.6.31.c [new file with mode: 0644]
compat/compat-2.6.32.c [new file with mode: 0644]
compat/main.c [new file with mode: 0644]
include/linux/compat-2.6.14.h [new file with mode: 0644]
include/linux/compat-2.6.18.h [new file with mode: 0644]
include/linux/compat-2.6.19.h [new file with mode: 0644]
include/linux/compat-2.6.21.h [new file with mode: 0644]
include/linux/compat-2.6.22.h [new file with mode: 0644]
include/linux/compat-2.6.23.h [new file with mode: 0644]
include/linux/compat-2.6.24.h [new file with mode: 0644]
include/linux/compat-2.6.25.h [new file with mode: 0644]
include/linux/compat-2.6.26.h [new file with mode: 0644]
include/linux/compat-2.6.27.h [new file with mode: 0644]
include/linux/compat-2.6.28.h [new file with mode: 0644]
include/linux/compat-2.6.29.h [new file with mode: 0644]
include/linux/compat-2.6.30.h [new file with mode: 0644]
include/linux/compat-2.6.31.h [new file with mode: 0644]
include/linux/compat-2.6.32.h [new file with mode: 0644]
include/linux/compat-2.6.33.h [new file with mode: 0644]
include/linux/compat.h [new file with mode: 0644]
include/linux/compat_autoconf.h [new file with mode: 0644]
main.c [deleted file]