Merge branch 'yaml-bindings-for-v4.21' into dt/next

This commit is contained in:
Rob Herring
2018-12-13 11:20:36 -06:00
386 changed files with 5984 additions and 3050 deletions

View File

@@ -12,6 +12,10 @@ dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
HOST_EXTRACFLAGS := -I$(src)/libfdt
ifeq ($(wildcard /usr/include/yaml.h),)
ifneq ($(CHECK_DTBS),)
$(error dtc needs libyaml for DT schema validation support. \
Install the necessary libyaml development package.)
endif
HOST_EXTRACFLAGS += -DNO_YAML
else
dtc-objs += yamltree.o