History log of /src/sys/dts/arm/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6149ed01 14-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340368 through r340426.


# 851f1a11 12-Nov-2018 Kyle Evans <kevans@FreeBSD.org>

Fix test-dts{,o} targets

There were two main problems here:

1.) sys/dts/Makefile.inc is not included from various */overlays directories
by default, only ../Makefile.inc
2.) When shelling out f

Fix test-dts{,o} targets

There were two main problems here:

1.) sys/dts/Makefile.inc is not included from various */overlays directories
by default, only ../Makefile.inc
2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always
failed

These changes allow make test-dts and make test-dtso to function in their
respective directories.

Reviewed by: manu
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D17961

show more ...


# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6149ed01 14-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340368 through r340426.


# 851f1a11 12-Nov-2018 Kyle Evans <kevans@FreeBSD.org>

Fix test-dts{,o} targets

There were two main problems here:

1.) sys/dts/Makefile.inc is not included from various */overlays directories
by default, only ../Makefile.inc
2.) When shelling out f

Fix test-dts{,o} targets

There were two main problems here:

1.) sys/dts/Makefile.inc is not included from various */overlays directories
by default, only ../Makefile.inc
2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always
failed

These changes allow make test-dts and make test-dtso to function in their
respective directories.

Reviewed by: manu
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D17961

show more ...


# 2e36db14 14-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot/fdt/dts to sys/dts and adjust scripts.

Sponsored by: Netflix


# 76b29e9c 06-Jun-2014 Rui Paulo <rpaulo@FreeBSD.org>

Add Makefiles to automatically test all the DTS files.

There are several broken DTS files right now in the arm directory.