Merge commit 'refs/top-bases/linux-debug-zerocopy' into linux-debug-zerocopy
This commit is contained in:
commit
613aba41ce
|
@ -28,7 +28,9 @@ distclean-local::
|
|||
|
||||
if CONFIG_KERNEL
|
||||
install-data-local:
|
||||
instdest=$(DESTDIR)/${prefix}/src/zfs-$(ZFS_META_VERSION); \
|
||||
destname=zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION); \
|
||||
instdest=$(DESTDIR)/${prefix}/src/$$destname; \
|
||||
echo "${ZFS_META_VERSION}" >$$instdest/zfs.release; \
|
||||
for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
|
||||
$(INSTALL) -D $$instfile $$instdest/$$instfile; \
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue