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
F109875576: D32479.diff
Mon, Feb 10, 3:37 PM
Unknown Object (File)
Wed, Feb 5, 3:51 PM
Unknown Object (File)
Wed, Jan 29, 9:05 PM
Unknown Object (File)
Mon, Jan 27, 12:09 AM
Unknown Object (File)
Dec 28 2024, 11:02 PM
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

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 42104
Build 38992: 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.