aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-01-19 21:20:24 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-01-19 21:20:24 +0000
commitca84c67cd01e6ac665ca0118575313b3b5b593ed (patch)
tree96e39d8beffabde482891a555cb945743bc60a10 /usr.bin/dtc/Makefile
parent7e03e181043989628f021ddcb35409b6273c9141 (diff)
downloadsrc-ca84c67cd01e6ac665ca0118575313b3b5b593ed.tar.gz
src-ca84c67cd01e6ac665ca0118575313b3b5b593ed.zip
dtc(1): Update to upstream ea3c233
Highlights of this update: - /__local_fixups__ is now generated to be GPL dtc and libfdt compliant - Compiling with -@ will now cause dtc to assign phandles to all labelled nodes - /include/ and /incbin/ now handle absolute paths correctly - The manpage now has information about overlays, including how to apply them and how to generate them - Syntactic sugar for overlays is now supported, allowing an overlay DTS like: = /dts-v1/; /plugin/; &foo { foo,status = "okay"; }; = to generate a fragment targetting <&foo>.
Notes
Notes: svn path=/head/; revision=328173
Diffstat (limited to 'usr.bin/dtc/Makefile')
-rw-r--r--usr.bin/dtc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile
index a834f622601f..5288637a98b5 100644
--- a/usr.bin/dtc/Makefile
+++ b/usr.bin/dtc/Makefile
@@ -4,8 +4,6 @@ PROG_CXX=dtc
SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
MAN= dtc.1
-WARNS?= 3
-
CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
NO_SHARED?=NO