Page MenuHomeFreeBSD

sys/conf: move libfdt path inclusion to kern.pre.mk
AbandonedPublic

Authored by ehem_freebsd_m5p.com on Oct 13 2021, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 21 2024, 5:42 PM
Unknown Object (File)
Nov 14 2024, 8:36 AM
Unknown Object (File)
Nov 7 2024, 10:42 AM
Unknown Object (File)
Nov 7 2024, 10:36 AM
Unknown Object (File)
Nov 7 2024, 8:36 AM
Unknown Object (File)
Nov 5 2024, 6:32 AM
Unknown Object (File)
Oct 22 2024, 10:21 AM
Unknown Object (File)
Oct 22 2024, 10:21 AM

Details

Reviewers
andrew
Summary

As all architectures now include libfdt, it should be in the common
Makefile, rather than duplicated in every architecture.

Switch to per-library include lines, the better to make future
adjustments smaller and simpler.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42296
Build 39184: arc lint + arc unit

Event Timeline

sys/conf/Makefile.amd64
34

This line can be removed here and elsewhere.

sys/conf/Makefile.amd64
34

True. I thought it better to leave the empty line behind to keep the Makefile.<arch> files more consistent with each other (in case a new include needs to be added). Perhaps leave as commented lines?

I don't have strong feelings on this though, feel free to simply nuke the lines on commit.