aboutsummaryrefslogtreecommitdiff
path: root/pylibfdt/Makefile.pylibfdt
AgeCommit message (Expand)AuthorFilesLines
2021-11-11pylibfdt: Move setup.py to the top levelRob Herring1-2/+1
2021-11-11pylibfdt: Use setuptools_scm for the versionRob Herring1-1/+1
2020-10-21pylibfdt: allow build out of treeMarc-André Lureau1-2/+2
2019-06-21pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tagsRob Herring1-0/+1
2018-11-23Remove broken objdir / srcdir supportDavid Gibson1-6/+6
2018-11-23pylibfdt: Use common PREFIX variableDavid Gibson1-1/+1
2018-11-23Refine pylibfdt_clean targetDavid Gibson1-1/+8
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar1-2/+2
2018-09-25pylibfdt: Don't have setup.py depend on where it's invoked fromDavid Gibson1-1/+1
2018-09-25pylibfdt: Eliminate run_setup make functionDavid Gibson1-7/+3
2018-09-25pylibfdt: Improved version extractionDavid Gibson1-2/+1
2018-09-25pylibfdt: Don't silence setup.py when V=1David Gibson1-1/+6
2018-09-25pylibfdt: Make SETUP make variableDavid Gibson1-2/+4
2018-09-25pylibfdt: Simpler CFLAGS handlingDavid Gibson1-1/+1
2018-09-25pylibfdt: Link extension module with libfdt rather than rebuildingDavid Gibson1-8/+6
2018-09-25pylibfdt: Correctly set build output directoryDavid Gibson1-4/+2
2017-04-08pylibfdt: Use setup.py to build the swig fileSimon Glass1-9/+5
2017-04-08pylibfdt: Use Makefile constructs to implement NO_PYTHONSimon Glass1-7/+0
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass1-3/+6
2017-04-07pylibfdt: Rename libfdt.swig to libfdt.iSimon Glass1-1/+1
2017-03-29pylibfdt: Use the call function to simplify the MakefileSimon Glass1-7/+7
2017-03-29pylibfdt: Use the correct libfdt version in the moduleSimon Glass1-1/+2
2017-03-29pylibfdt: Enable installation of Python moduleSimon Glass1-0/+14
2017-03-27pylibfdt: Use package_dir to set the package directorySimon Glass1-2/+1
2017-03-27pylibfdt: Use environment to pass C flags and filesSimon Glass1-1/+2
2017-03-21Add an initial Python library for libfdtSimon Glass1-0/+17