mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
4d8e68c42f
The kernel headers are installed for DKMS on linux, so don't install them unless we're building on linux. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10506
6 lines
66 B
Makefile
6 lines
66 B
Makefile
KERNEL_H = \
|
|
compiler.h \
|
|
types.h
|
|
|
|
noinst_HEADERS = $(KERNEL_H)
|