mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-02 20:34:08 +03:00
Removed build system from master branch, will relocate to linux-zfs-branch
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
subdir-m += include
|
||||
DISTFILES = Makefile.in udmu_util.c udmu.c
|
||||
|
||||
LIBRARY := libudmu
|
||||
|
||||
# Compile as kernel module unsupported for libudmu.
|
||||
|
||||
# Compile as shared library. There's an extra useless host program
|
||||
# here called 'zu' because it was the easiest way I could convince
|
||||
# the kernel build system to construct a user space shared library.
|
||||
|
||||
HOSTCFLAGS += @HOSTCFLAGS@
|
||||
HOSTCFLAGS += -I@LIBDIR@/libsolcompat/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libport/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libavl/include
|
||||
|
||||
hostprogs-y := zu
|
||||
always := $(hostprogs-y)
|
||||
|
||||
zu-objs := zu.o ${LIBRARY}.so
|
||||
|
||||
${LIBRARY}-objs += udmu.o
|
||||
@@ -1 +0,0 @@
|
||||
DISTFILES = udmu.h udmu_util.h
|
||||
Reference in New Issue
Block a user