Codebase list google-nexus-tools / de21eff
Fixed errors in rules Devon Kearns 9 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313
1414 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
1515
16 ifeq ($(DEB_HOST_ARCH), findstring arm)
16 ifeq ($(DEB_HOST_ARCH),armel)
1717 adbbinfile=bin/linux-arm-adb
1818 fastbootbinfile=bin/linux-arm-fastboot
19
20 elif ($(DEB_HOST_ARCH),armhf)
21 adbbinfile=bin/linux-arm-adb
22 fastbootbinfile=bin/linux-arm-fastboot
1923 else
2024 adbbinfile=bin/linux-i386-adb
2125 fastbootbinfile=bin/linux-i386-fastboot