mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
Staging: usbip: Fix out-of-tree build for userspace
This fixes out-of-tree builds ($builddir != $srcdir). In such cases, libusbip.la cannot be found because it is generated in the build directory and not the source directory. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7d51b77ae1
commit
981aabb148
@ -1,6 +1,6 @@
|
||||
AM_CPPFLAGS := -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'
|
||||
AM_CFLAGS := @EXTRA_CFLAGS@ @PACKAGE_CFLAGS@
|
||||
LDADD := $(top_srcdir)/libsrc/libusbip.la @PACKAGE_LIBS@
|
||||
LDADD := $(top_builddir)/libsrc/libusbip.la @PACKAGE_LIBS@
|
||||
|
||||
sbin_PROGRAMS := usbip usbipd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user