mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
d31277abb1
Factor Linux specific pieces out of libspl. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Sean Eric Fagan <sef@ixsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #9336
11 lines
284 B
Makefile
11 lines
284 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
# Disable GCC stack protection for zvol_id. This is a kludge and should be
|
|
# removed once https://github.com/zfsonlinux/zfs/issues/569 is resolved.
|
|
AM_CFLAGS += -fno-stack-protector
|
|
|
|
udev_PROGRAMS = zvol_id
|
|
|
|
zvol_id_SOURCES = \
|
|
zvol_id_main.c
|