Commit Graph

5 Commits

Author SHA1 Message Date
Mo Zhou
b97c779121 New upstream version 0.7.11 2018-09-18 09:04:08 +00:00
Aron Xu
81dab2ed9a Imported Upstream version 0.6.5.5 2016-03-20 22:50:19 +08:00
Aron Xu
879bbbc725 Imported Upstream version 0.6.5.4 2016-01-10 20:13:12 +08:00
Aron Xu
80093b6f72 Imported Upstream version 0.6.2 2013-08-24 13:16:01 +08:00
Etienne Dechamps
c167aadb27 Add script for builtin module building.
This commit introduces a "copy-builtin" script designed to prepare a
kernel source tree for building SPL as a builtin module. The script
makes a full copy of all needed files, thus making the kernel source
tree fully independent of the spl source package.

To achieve that, some compilation flags (-include, -I) have been moved
to module/Makefile. This Makefile is only used when compiling external
modules; when compiling builtin modules, a Kbuild file generated by the
configure-builtin script is used instead. This makes sure Makefiles
inside the kernel source tree does not contain references to the spl
source package.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue zfsonlinux/zfs#851
2012-07-26 15:13:09 -07:00