aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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