mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
be93512152
It hosts only asm_linkage.h, which is entirely unused, and has slightly diverged from the one that's actually used (module/icp/include/sys/ia32/asm_linkage.h) Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12993
23 lines
298 B
Makefile
23 lines
298 B
Makefile
SUBDIRS = rpc sys util os
|
|
|
|
libspldir = $(includedir)/libspl
|
|
libspl_HEADERS = \
|
|
assert.h \
|
|
atomic.h \
|
|
libdevinfo.h \
|
|
libgen.h \
|
|
libshare.h \
|
|
limits.h \
|
|
locale.h \
|
|
statcommon.h \
|
|
stdio.h \
|
|
stdlib.h \
|
|
string.h \
|
|
stropts.h \
|
|
thread.h \
|
|
tzfile.h \
|
|
ucred.h \
|
|
umem.h \
|
|
unistd.h \
|
|
zone.h
|