diff options
| author | Rob Herring <robh@kernel.org> | 2020-04-17 14:37:05 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2020-04-17 14:37:05 -0500 |
| commit | 7e5ff5917593011360dfafd05093d50d21d115fb (patch) | |
| tree | 0f7e6c5b28f24534705f6e8fa2084209ead98987 /scripts | |
| parent | 9f60a65bc5e6cd882120d8477cc7bec065887e3d (diff) | |
| parent | 0903060fe590105b7d31901c1ed67614c08cee08 (diff) | |
| download | linux-7e5ff5917593011360dfafd05093d50d21d115fb.tar.gz linux-7e5ff5917593011360dfafd05093d50d21d115fb.zip | |
Merge branch 'dt/linus' into dt/next
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile index 2f3c3a7e1620..ef85f8b7d4a7 100644 --- a/scripts/dtc/Makefile +++ b/scripts/dtc/Makefile @@ -13,7 +13,7 @@ dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o HOST_EXTRACFLAGS := -I $(srctree)/$(src)/libfdt ifeq ($(shell pkg-config --exists yaml-0.1 2>/dev/null && echo yes),) -ifneq ($(CHECK_DTBS),) +ifneq ($(CHECK_DT_BINDING)$(CHECK_DTBS),) $(error dtc needs libyaml for DT schema validation support. \ Install the necessary libyaml development package.) endif |
