commit | 08c854afe288043c78a721a7f60d871264879c4c | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Dec 17 21:40:09 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 15 19:50:31 2020 -0500 |
tree | 13a504492e6e2febf48f1eb2949078c3a34eaa5e | |
parent | 9efec3185589827fa630a3967310573d74c2740b [diff] |
Add dependencies for MALLOC_F and OF_LIBFDT Some features implicitly depended on MALLOC_F and OF_LIBFDT and would fail at link-time if these features were not enabled. Signed-off-by: Sean Anderson <seanga2@gmail.com>