summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-16 15:56:34 +0000
committerian <ian@FreeBSD.org>2014-05-16 15:56:34 +0000
commit6c4033c89f2630952f5b5e5fb6d1a0b35339f2fc (patch)
tree9b526206a1fd1a2fa5e6899088c3d5ed20bdb958 /share/mk
parent0e330f2d7031b7b7ac99866fff8db9856635226c (diff)
downloadFreeBSD-src-6c4033c89f2630952f5b5e5fb6d1a0b35339f2fc.zip
FreeBSD-src-6c4033c89f2630952f5b5e5fb6d1a0b35339f2fc.tar.gz
MFC 262614, 262625, 262626, 262627, 262682, 262714, 262725, 262736
Integrate device-tree upstream files into the build process: (1) Invoke cpp to bring in files via #include (although the old /include/ stuff is supported still). (2) bring in files from either vendor tree or freebsd-custom files when building. (3) move all dts* files from sys/boot/fdt/dts to sys/boot/fdt/dts/${MACHINE} as appropriate. (4) encode all the magic to do the build in sys/tools/fdt/make_dtb.sh so that the different places in the tree use the exact same logic. (5) switch back to gpl dtc by default. the bsdl one in the tree has significant issues not easily addressed by those unfamiliar with the code. Only try to build the static dtb when we're building a static dtb. Use proper include path for dtc as well as cpp. Fix syntax errors (missing ; other minor glitches) in existing dts files.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a1876a0..da59347 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -285,6 +285,7 @@ __DEFAULT_YES_OPTIONS = \
GNU \
GPIB \
GPIO \
+ GPL_DTC \
GROFF \
HTML \
ICONV \
@@ -367,7 +368,6 @@ __DEFAULT_NO_OPTIONS = \
CLANG_EXTRAS \
CTF \
DEBUG_FILES \
- GPL_DTC \
HESIOD \
INSTALL_AS_USER \
LLDB \
OpenPOWER on IntegriCloud