freebsd-dev/sys/modules/ahci/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

12 lines
236 B
Makefile

.PATH: ${SRCTOP}/sys/dev/ahci
KMOD= ahci
SRCS= ahci.c ahci_pci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
.if ${MACHINE_CPUARCH} == "aarch64"
SRCS+= ahci_generic.c acpi_if.h ofw_bus_if.h
.endif
.include <bsd.kmod.mk>