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)
Sat, May 23, 1:24 AM
Unknown Object (File)
Sat, May 23, 1:23 AM
Unknown Object (File)
Fri, May 15, 12:49 PM
Unknown Object (File)
Fri, May 15, 2:40 AM
Unknown Object (File)
Thu, May 14, 8:34 PM
Unknown Object (File)
Tue, May 12, 11:36 AM
Unknown Object (File)
Wed, May 6, 12:18 AM
Unknown Object (File)
Apr 30 2026, 4:04 PM

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.