mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
15 lines
305 B
Makefile
15 lines
305 B
Makefile
|
COMMON_H =
|
||
|
|
||
|
KERNEL_H = \
|
||
|
$(top_srcdir)/include/util/qsort.h \
|
||
|
$(top_srcdir)/include/util/sscanf.h
|
||
|
|
||
|
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)/util
|
||
|
kernel_HEADERS = $(KERNEL_H)
|
||
|
endif
|