History log of /freebsd/sys/modules/bytgpio/Makefile (Results 1 – 7 of 7)
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, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# a5d8db32 02-Mar-2017 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set

Add opt_platform.h and opt_acpi.h to the dependencies so modules can be
built as a part of buildworld when MODULES_WITH_WORLD is set

Re

[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set

Add opt_platform.h and opt_acpi.h to the dependencies so modules can be
built as a part of buildworld when MODULES_WITH_WORLD is set

Reported by: Andre Albsmeier (for 11-stable)
MFC after: 1 day

show more ...


# 0ed76ec8 24-Nov-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r308870 through r309105.


# 005cecb3 21-Nov-2016 Hiren Panchasara <hiren@FreeBSD.org>

r308942 broke kernel build.
Add acpi_if.h to module makefile to fix it.

Submitted by: peter


# 5370c80e 21-Nov-2016 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

[bytgpio] Add module for bytgpio(4)

MFC after: 3 days