freebsd-dev/sys/modules/hpt27xx/Makefile
Warner Losh 455dff72fc hpt27xx: Use EXTRA_OBJS instead of OBJS
Sponsored by:		Netflix
Reviewed by:		emaste@
Differential Revision:	https://reviews.freebsd.org/D30616
2021-06-02 10:39:58 -06:00

12 lines
293 B
Makefile

# $FreeBSD$
HPT27XX= ${SRCTOP}/sys/dev/hpt27xx
.PATH: ${HPT27XX}
KMOD= hpt27xx
SRCS= bus_if.h device_if.h pci_if.h
SRCS+= opt_cam.h opt_scsi.h
SRCS+= os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
BLOB_OBJS+= ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
.include <bsd.kmod.mk>