Build system cleanup
This commit is contained in:
commit
e22d4754cc
|
@ -1,6 +1,5 @@
|
|||
subdir-m += include
|
||||
DISTFILES = mkdirp.c strlcpy.c taskq.c util.c
|
||||
DISTFILES += list.c strlcat.c strnlen.c u8_textprep.c
|
||||
DISTFILES = list.c mkdirp.c strlcpy.c strlcat.c strnlen.c u8_textprep.c
|
||||
|
||||
LIBRARY := libspl
|
||||
|
||||
|
@ -9,14 +8,8 @@ LIBRARY := libspl
|
|||
# the kernel build system to construct a user space shared library.
|
||||
|
||||
HOSTCFLAGS += @HOSTCFLAGS@
|
||||
HOSTCFLAGS += -I@LIBDIR@/libumem/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libspl/include
|
||||
|
||||
HOSTLDFLAGS += -lumem -L@LIBDIR@/libumem
|
||||
|
||||
# Additional shared library paths for executing binaries in-tree
|
||||
export LD_RUN_PATH = @LIBDIR@/libumem
|
||||
|
||||
hostprogs-y := zu
|
||||
always := $(hostprogs-y)
|
||||
|
||||
|
@ -24,8 +17,6 @@ zu-objs := zu.o ${LIBRARY}.so
|
|||
|
||||
${LIBRARY}-objs += mkdirp.o
|
||||
${LIBRARY}-objs += strlcpy.o
|
||||
${LIBRARY}-objs += taskq.o
|
||||
${LIBRARY}-objs += util.o
|
||||
${LIBRARY}-objs += list.o
|
||||
${LIBRARY}-objs += strlcat.o
|
||||
${LIBRARY}-objs += strnlen.o
|
||||
|
|
|
@ -1 +1 @@
|
|||
DISTFILES = list.h list_impl.h vmem.h zfs_context.h
|
||||
DISTFILES = list.h list_impl.h vmem.h
|
||||
|
|
Loading…
Reference in New Issue