Enable build of FDT components by default. dtc is a required build tool
for all FDT-enabled kernels, and having it off by default means that building these kernels fails by default. This fixes FDT-related build failures in make universe on ARM and PowerPC. Reviewed by: imp
This commit is contained in:
parent
3908f1f965
commit
47033eb24d
@ -326,6 +326,7 @@ _clang_no=CLANG
|
||||
DICT \
|
||||
DYNAMICROOT \
|
||||
EXAMPLES \
|
||||
FDT \
|
||||
FLOPPY \
|
||||
FORTH \
|
||||
FP_LIBC \
|
||||
@ -421,7 +422,6 @@ MK_${var}:= yes
|
||||
BIND_XML \
|
||||
BSD_GREP \
|
||||
${_clang_no} \
|
||||
FDT \
|
||||
GPIO \
|
||||
HESIOD \
|
||||
IDEA
|
||||
|
Loading…
Reference in New Issue
Block a user