dde_linux: check tools needed for libnl

This commit is contained in:
Christian Helmuth 2014-12-05 11:00:15 +01:00
parent 36ca0497de
commit 9996acf091
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
7f4e92802b6293f4816c0f366111b554109eec99
aafe49e012e64e25f60c47fd53f4b58e8eb70f3e

View File

@ -6,8 +6,11 @@ DOWNLOADS := dwc_otg.git usb.archive lxip.archive wifi.archive \
#
# Tools
#
FLEX ?= flex
YACC ?= bison
$(call check_tool,flex)
$(call check_tool,bison)
FLEX = flex
YACC = bison
#
# The git checkout checks for the existence of SRC_DIR, which is created by the