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/linux | |
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/linux')
-rw-r--r-- | include/linux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am index cf1f62ad1..730f7695b 100644 --- a/include/linux/Makefile.am +++ b/include/linux/Makefile.am @@ -23,6 +23,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)/linux +kerneldir = /usr/src/spl-$(VERSION)/include/linux kernel_HEADERS = $(KERNEL_H) endif |