diff options
Diffstat (limited to 'package/libusb-compat/Makefile')
-rw-r--r-- | package/libusb-compat/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libusb-compat/Makefile b/package/libusb-compat/Makefile index 91ae03c32..d38ca6a27 100644 --- a/package/libusb-compat/Makefile +++ b/package/libusb-compat/Makefile @@ -16,10 +16,6 @@ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libonly -endif - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBUSB_COMPAT,libusb-compat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) |