mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
5b9e695392
Removing the platform #ifdefs from shared headers in favour of per-platform headers. Makes abd_t much leaner, among other things. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <rob.norris@klarasystems.com> Closes #16253
5 lines
101 B
Makefile
5 lines
101 B
Makefile
libzpooldir = $(includedir)/libzpool
|
|
libzpool_HEADERS = \
|
|
%D%/sys/abd_os.h \
|
|
%D%/sys/abd_impl_os.h
|