]> git.proxmox.com Git - mirror_zfs-debian.git/blame - zfs/lib/libudmu/Makefile.in
Removed build system from master branch, will relocate to linux-zfs-branch
[mirror_zfs-debian.git] / zfs / lib / libudmu / Makefile.in
CommitLineData
34dc7c2f
BB
1subdir-m += include
2DISTFILES = Makefile.in udmu_util.c udmu.c
3
4LIBRARY := libudmu
5
6# Compile as kernel module unsupported for libudmu.
7
8# Compile as shared library. There's an extra useless host program
9# here called 'zu' because it was the easiest way I could convince
10# the kernel build system to construct a user space shared library.
11
12HOSTCFLAGS += @HOSTCFLAGS@
13HOSTCFLAGS += -I@LIBDIR@/libsolcompat/include
14HOSTCFLAGS += -I@LIBDIR@/libport/include
15HOSTCFLAGS += -I@LIBDIR@/libavl/include
16
17hostprogs-y := zu
18always := $(hostprogs-y)
19
20zu-objs := zu.o ${LIBRARY}.so
21
22${LIBRARY}-objs += udmu.o