summaryrefslogtreecommitdiff
path: root/libfdt/Makefile
Commit message (Collapse)AuthorAgeLines
* [BUILD] conditionally compile libfdt/*.c in libfdt/MakefileKumar Gala2007-11-21-1/+1
| | | | | | | Modify libfdt/Makefile to conditionally compile the *.c files based on the board config. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* Build: split COBJS value into multiple linesGrant Likely2007-11-15-2/+2
| | | | | | | | | This change is in preparation for condtitionial compile support in the build system. By spliting them all into seperate lines now, subsequent patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will be less invasive and easier to review Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Minor cleanup.Wolfgang Denk2007-04-04-2/+1
|
* libfdt: Customizations for use by u-boot.Gerald Van Baren2007-03-31-76/+35
| | | | | Changes to David Gibson's original source to fit into u-boot's environment. No functionality changes.
* libfdt: Import libfdt source (1 of 2)Gerald Van Baren2007-03-31-0/+88
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.