Home
last modified time | relevance | path

Searched refs:LAN_DIR (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/xml/
H A DMakefile17 LAN_DIR = $(shell pwd)/../res/lan macro
18 LAN_DIR_EXIST = $(shell if [ -d $(LAN_DIR) ]; then echo "exist"; else echo "notexist"; fi;)
40 if [ $(LAN_DIR_EXIST) = notexist ]; then mkdir $(LAN_DIR);fi

Completed in 1 milliseconds