aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Makefile: do not hardcode the `install` program pathSamuel Tardieu1-1/+1
2023-08-06libfdt: rename libfdt-X.Y.Z.so to libfdt.so.X.Y.ZBrandon Maier1-0/+1
2023-08-06move release version into VERSION.txtBrandon Maier1-6/+2
2023-07-29Makefile: allow to install libfdt without building executablesNicolas Escande1-1/+1
2023-05-14yaml: Depend on libyaml >= 0.2.3Uwe Kleine-König1-1/+5
2023-03-01build-sys: add -Wwrite-stringsMarc-André Lureau1-1/+1
2023-02-27Add -Wsuggest-attribute=format warning, correct warnings thus generatedDavid Gibson1-1/+2
2023-02-09Bump version to v1.7.0v1.7.0David Gibson1-2/+2
2022-09-26Makefile: fix infinite recursion by dropping non-existent `%.output`Sergei Trofimovich1-1/+1
2022-09-26Makefile: limit make re-execution to avoid infinite spinSergei Trofimovich1-0/+4
2022-07-27Allow static building with makeTero Tervala1-3/+10
2021-06-21Makefile: add -Wsign-compare to warning optionsAndre Przywara1-1/+1
2021-06-08Bump version to v1.6.1v1.6.1David Gibson1-1/+1
2020-08-25Makefile: Specify cflags for libyamlEmmanuel Vadot1-0/+1
2020-05-14Makefile: when building libfdt only, do not add unneeded depsClaudio Fontana1-0/+4
2020-03-04Bump version to v1.6.0v1.6.0David Gibson1-1/+1
2020-03-04Encode $(NO_PYTHON) consistently with other variablesDavid Gibson1-3/+5
2020-02-24Add a way to control the level of checks in the codeSimon Glass1-1/+5
2019-12-19Move -DNO_VALGRIND into CPPFLAGSDavid Gibson1-1/+1
2019-12-17Makefile: pass $(CFLAGS) also during dependency generationEd Maste1-1/+1
2019-11-03support byacc in addition to bisonEthan Sommer1-1/+1
2019-07-22Makefile: Add EXTRA_CFLAGS variableJoel Stanley1-1/+1
2019-06-21dtc: Add GPLv2 SPDX tags to files missing license textRob Herring1-0/+1
2019-05-10Fix bogus error on rebuildDavid Gibson1-1/+1
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson1-4/+5
2019-03-29Clean up LDLIBS handlingDavid Gibson1-2/+2
2019-03-29Rebuild libfdt shared object if versioning linker script changesDavid Gibson1-5/+5
2019-03-29Use Python3 by defaultDavid Gibson1-1/+1
2019-03-06Bump version to v1.5.0v1.5.0David Gibson1-2/+2
2018-11-23Remove broken objdir / srcdir supportDavid Gibson1-14/+12
2018-11-23Refine pylibfdt_clean targetDavid Gibson1-4/+0
2018-11-23Refine libfdt_clean targetDavid Gibson1-5/+0
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar1-1/+2
2018-09-13Add support for YAML encoded outputGrant Likely1-1/+8
2018-09-10Make valgrind optionalDavid Gibson1-0/+7
2018-07-23dtc: Bump version to v1.4.7v1.4.7David Gibson1-1/+1
2018-01-08Avoid installing pylibfdt when dependencies are missingSimon Glass1-8/+16
2018-01-04Makefile: Split INSTALL out into INSTALL_{PROGRAM,LIB,DATA,SCRIPT}kevans@FreeBSD.org1-4/+9
2018-01-03dtc: Bump version to v1.4.6v1.4.6David Gibson1-1/+1
2017-09-27dtc: Bump version to v1.4.5v1.4.5David Gibson1-1/+1
2017-09-27pylibfdt: Use Python2 explicitlyDavid Gibson1-1/+1
2017-06-15fdtoverlay: A tool that applies overlaysPantelis Antoniou1-0/+5
2017-05-20Makefile: Fix build on MSYS2 and CygwinCufi, Carles1-1/+5
2017-05-19Clean up shared library compile/link optionsDavid Gibson1-6/+8
2017-04-08pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass1-3/+12
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass1-0/+1
2017-03-29pylibfdt: Enable installation of Python moduleSimon Glass1-1/+1
2017-03-29pylibfdt: Allow building to be disabledSimon Glass1-0/+1
2017-03-27pylibfdt: Allow pkg-config to be supplied in the environmentSimon Glass1-1/+2
2017-03-22Correct typo: s/pylibgfdt/pylibfdt/David Gibson1-1/+1
2017-03-21Build pylibfdt as part of the normal build processSimon Glass1-2/+32
2017-03-21Add an initial Python library for libfdtSimon Glass1-0/+1
2017-03-10dtc: Bump version to v1.4.4v1.4.4David Gibson1-1/+1
2017-02-28dtc: Bump version to v1.4.3v1.4.3David Gibson1-1/+1
2017-01-30Makefile: Add tags ruleStephen Boyd1-0/+6
2016-09-03dtc: Makefile improvements for release uploadingv1.4.2David Gibson1-4/+20
2016-09-03dtc: Bump version to 1.4.2David Gibson1-1/+1
2015-11-16Remove duplicated -Werror in dtc MakefileDavid Gibson1-1/+1
2014-11-12dtc: Bump version to 1.4.1v1.4.1David Gibson1-1/+1
2014-11-12dtc: Add maintainer script for signing and upload to kernel.orgDavid Gibson1-0/+1
2014-06-18Add a basic test for fdtdumpSimon Glass1-0/+1
2014-02-04Makefile: add a make "dist" targetFlorian Fainelli1-0/+5
2014-01-25Makefile: enable -Wshadow by defaultFlorian Fainelli1-1/+1
2013-08-15Makefile: provide separate install targetsDavid Gibson1-2/+10
2013-06-22Tag Version 1.4.0v1.4.0Jon Loeliger1-1/+1
2012-01-21Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger1-0/+6
2012-01-21Add fdtput utility to write property values to a device treeSimon Glass1-0/+4
2012-01-21Add fdtget utility to read property values from a device treeSimon Glass1-0/+4
2011-10-26fdtdump: rename from ftdumpMike Frysinger1-3/+3
2011-09-22Add fdt read/write utility functionsSimon Glass1-1/+1
2011-09-22Create Makefile.utils and move ftdump into itSimon Glass1-1/+1
2011-05-08Tag Version 1.3.0v1.3.0Jon Loeliger1-1/+1
2011-04-29libfdt: include version number in sonamePaolo Bonzini1-4/+5
2010-11-13dtc: Add code to make diffing trees easierDavid Gibson1-2/+3
2010-04-30dtc: Add -Wredundant-decls (resend)David Gibson1-1/+1
2010-03-10dtc: Enable more warningsDavid Gibson1-1/+3
2009-07-15add Mac OS X supportJean-Christophe PLAGNIOL-VILLARD1-3/+14
2009-02-17Fix libraries (static and dynamic) installationEmil Medve1-4/+3
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson1-1/+1
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-3/+12
2008-10-03Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger1-33/+37
2008-10-03Install & document convert-dtsv0Niklaus Giger1-0/+1
2008-07-25Tag Version 1.2.0v1.2.0Jon Loeliger1-1/+1
2008-07-23libfdt: Fix 'make install' target handling of .h files.Jon Loeliger1-1/+3
2008-07-14Tag Version 1.2.0-rc2v1.2.0-rc2Jon Loeliger1-1/+1
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-1/+1
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-1/+1
2008-06-19Tag Version 1.2.0-rc1v1.2.0-rc1Jon Loeliger1-2/+2
2008-05-29dtc: Remove reference to dead Makefile variablesDavid Gibson1-2/+1
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson1-3/+7
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-3/+4
2008-01-24Tag Version 1.1.0v1.1.0Jon Loeliger1-1/+1
2008-01-10Tag Version 1.1.0-rc1v1.1.0-rc1Jon Loeliger1-2/+2
2007-12-17dtc: Don't build tests as part of "all"David Gibson1-1/+1
2007-12-06dtc: Remove space from flex command lineDavid Gibson1-1/+1
2007-11-13dtc: Add missing dependencies for testsDavid Gibson1-0/+4
2007-11-05dtc: Fix the install targetEmil Medve1-5/+5
2007-11-05dtc: Don't include libfdt in global LDFLAGSDavid Gibson1-1/+0
2007-10-25DTC: Remove the need for the GLR Parser.Jon Loeliger1-1/+0
2007-10-16Restore warning message about bison expected output.Jon Loeliger1-0/+1
2007-10-15dtc: Refactor MakefilesDavid Gibson1-75/+91
2007-09-18dtc: Whitespace cleanupDavid Gibson1-1/+1
2007-08-31dtc: Optimise by default, fix warnings thus uncoveredDavid Gibson1-1/+1
2007-08-31dtc: Make make print a message when linking testcasesDavid Gibson1-2/+4
2007-08-09DTC 1.0.0v1.0.0Jon Loeliger1-1/+1
2007-07-25Make release 1.0.0-rc1!v1.0.0-rc1Jon Loeliger1-1/+1
2007-07-25dtc: Improve the make install targetDavid Gibson1-3/+10
2007-07-07Reorganized Makefile into better top-down structure.Jon Loeliger1-45/+40
2007-07-07Add DTC release version information.Jon Loeliger1-0/+67
2007-07-07Add a note to the build about the expected parser warnings.Jon Loeliger1-0/+1
2007-07-02dtc: Add install makefile targetJosh Boyer1-0/+9
2007-06-25dtc: Improve and better integrate dtc and libfdt MakefilesDavid Gibson1-41/+89
2007-06-14Merge libfdt into dtc.David Gibson1-5/+31
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-1/+2
2007-03-14Get rid of libdt.cDavid Gibson1-2/+0
2005-08-29Add ftdump utility, contributed by Pantelis Antoniou.David Gibson1-6/+11
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-1/+1
2005-07-11Add automatic dependency generation.David Gibson1-5/+8
2005-06-23First cut at a "libdt" set of routines for extracting things from theDavid Gibson1-1/+1
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-4/+6
2005-06-08Initial commitDavid Gibson1-0/+32