mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR += chipsets
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ata
|
|
|
|
KMOD= atapci
|
|
SRCS= ata-pci.c ata-dma.c ata-sata.c
|
|
SRCS+= ata_if.h bus_if.h device_if.h pci_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|