diff options
author | Steven Barth <steven@midlink.org> | 2014-08-08 13:11:06 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-08-08 13:11:25 +0200 |
commit | 1c5009964d440d7c88ce6c0c4f8b39e42027526b (patch) | |
tree | 043921b0e9a199a672d0b15eb10d4bde8e5cb5d6 /libs | |
parent | 948e24317347aef920c4685e2be7c13eeb45ba78 (diff) |
libftdi1: mark as non-MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libftdi1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libftdi1/Makefile b/libs/libftdi1/Makefile index 13358be70..5fa7220fb 100644 --- a/libs/libftdi1/Makefile +++ b/libs/libftdi1/Makefile @@ -20,6 +20,7 @@ PKG_LICENSE:=LGPL-2.0 PKG_LICENSE_FILES:=COPYING.LIB PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |