Sfoglia il codice sorgente

libftdi1: mark as non-MIPS16

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 anni fa
parent
commit
b349ec1d0e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      libs/libftdi1/Makefile

+ 1
- 0
libs/libftdi1/Makefile Vedi File

@@ -20,6 +20,7 @@ PKG_LICENSE:=LGPL-2.0
20 20
 PKG_LICENSE_FILES:=COPYING.LIB
21 21
 
22 22
 PKG_INSTALL:=1
23
+PKG_USE_MIPS16:=0
23 24
 
24 25
 include $(INCLUDE_DIR)/package.mk
25 26
 include $(INCLUDE_DIR)/cmake.mk