mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
dde_linux: check tools needed for libnl
This commit is contained in:
parent
36ca0497de
commit
9996acf091
@ -1 +1 @@
|
||||
7f4e92802b6293f4816c0f366111b554109eec99
|
||||
aafe49e012e64e25f60c47fd53f4b58e8eb70f3e
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user