Home
last modified time | relevance | path

Searched refs:NO_YAML (Results 1 – 4 of 4) sorted by relevance

/external/dtc/
DMakefile.dtc18 ifneq ($(NO_YAML),1)
Ddtc.c86 #ifndef NO_YAML
352 #ifndef NO_YAML in main()
DMakefile57 NO_YAML := $(shell $(PKG_CONFIG) --exists yaml-0.1; echo $$?) macro
58 ifeq ($(NO_YAML),1)
/external/dtc/tests/
Drun_tests.sh28 if [ -n "$NO_YAML" ]; then
29 if [ "$NO_YAML" != "0" ]; then