summaryrefslogtreecommitdiffstats
path: root/scripts/dtc/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* scripts/dtc: Update to upstream version 1.4.6Pascal Vizeli2018-06-071-1/+0
| | | | | Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dtc: compile fdtgetSascha Hauer2014-08-071-0/+1
| | | | | | | | | | | | We need fdtget in subsequent patches, so compile it. Unfortunately this is not straight forward. fdtget needs libfdt, but the Kernel Build System is not prepared for compiling libraries for the host or binaries from files in multiple directories. This patch moves the libfdt files to the dtc toplevel directory and compiles fdtget as a binary from multiple source files but from the same directory. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dtc: add .gitignore for generated filesLucas Stach2013-04-031-0/+4
Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>