Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 2 10:28:21 2021 UTC (2 years ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
HEAD
Changes since 1.2: +14 -1
lines
Diff to previous 1.2 (colored)
Add support for installing a copy of dtb files to the base dtb directory when DTBSUBDIR is defined.
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 19 08:59:36 2020 UTC (3 years ago) by rin
Branch: MAIN
CVS Tags: cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
Fix dtblist; our echo(1) does not interpret \t.
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 18 21:19:35 2020 UTC (3 years ago) by jmcneill
Branch: MAIN
Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.