History log of /freebsd/sys/modules/pwm/pwm_backlight/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) 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


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# 04d672af 03-Oct-2020 Emmanuel Vadot <manu@FreeBSD.org>

pwm_backlight: Add regnode_if.h to SRCS

If the kernel config doesn't have this pseudo device it will not be generated
and then the module will fail to compile.

Reported by: mjg


# 38d94a4b 02-Oct-2020 Emmanuel Vadot <manu@FreeBSD.org>

Add pwm_backlight

Driver for pwm-backlight compatible device.

Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26252