diff options
author | Brian Behlendorf <[email protected]> | 2013-02-20 13:58:05 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-14 12:01:05 -0700 |
commit | 4a6d8d2c3e72345463de1db97d7d016c95443679 (patch) | |
tree | 36f62b844a329389038ed01d44e1e30115d55be3 /include/fs | |
parent | 5c30c47a4542a58ae6c94bdee15f4691affa2a17 (diff) |
Change spl-kmod-devel install path
Install the common spl kernel development headers under
/usr/src/spl-<version>/ rather than in a kernel specific
directory. The kernel specific build products such as
spl_config.h and Modules.symvers are left installed under
/usr/src/spl-<version>/<kernel>.
This was done to be consistent with where dkms expects
kernel module source to be packaged. It also allows for
a common spl-kmod-devel package which includes the headers,
and per-kernel spl-kmod-devel-<kernel> packages.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/fs')
-rw-r--r-- | include/fs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs/Makefile.am b/include/fs/Makefile.am index 2a3673712..530172ddc 100644 --- a/include/fs/Makefile.am +++ b/include/fs/Makefile.am @@ -8,6 +8,6 @@ USER_H = EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H) if CONFIG_KERNEL -kerneldir = /usr/src/spl-$(SPL_META_VERSION)-$(SPL_META_RELEASE)/$(LINUX_VERSION)/fs +kerneldir = /usr/src/spl-$(VERSION)/include/fs kernel_HEADERS = $(KERNEL_H) endif |