1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-03-11 22:13:10 +03:00
mirror_zfs/include/sys/sysevent/Makefile.am

14 lines
241 B
Makefile
Raw Normal View History

COMMON_H =
KERNEL_H = \
$(top_srcdir)/include/sys/sysevent/eventdefs.h
USER_H =
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
if CONFIG_KERNEL
kerneldir = /usr/src/spl-$(VERSION)/include/sys/sysevent
kernel_HEADERS = $(KERNEL_H)
endif