commit | 12e4429e9ea4841ff431793e72a777632601e05e | [log] [tgz] |
---|---|---|
author | Horst Kronstorfer <hkronsto@frequentis.com> | Fri Jul 13 03:03:40 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri Aug 10 23:54:16 2012 +0200 |
tree | a15317a93b315d1a75d1a5e373df2dc3f96ed531 | |
parent | 781963370c3ea694d7779ec5b48129df3c1a5277 [diff] |
dts/Makefile: Turn off some predefined macros Add '-ansi' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches some predefined macros. Example: A number of PowerPC related *.dts files in the kernel define a property named 'linux,network-index' which (w/o '-ansi') is expanded to '1,network-index' by the preprocessor because of '#define linux 1.' Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>