linux/debian/build/Makefile
Ben Hutchings b989eb0842 Build usbip userland packages (Closes: #568362)
Do not build a shared library package; the API and ABI have changed
from libusbip0 but there has been no upstream soversion change.

svn path=/dists/sid/linux-tools/; revision=19177
2012-06-20 06:04:10 +00:00

13 lines
121 B
Makefile

DATA = \
Kbuild \
Makefile \
SUBDIRS = \
drivers/staging/usbip \
scripts \
tools
OUTDIR = .
include Makefile.inc