hpt27xx: Use EXTRA_OBJS instead of OBJS

Sponsored by:		Netflix
Reviewed by:		emaste@
Differential Revision:	https://reviews.freebsd.org/D30616
This commit is contained in:
Warner Losh 2021-06-02 10:35:12 -06:00
parent e8dca53aa0
commit 455dff72fc

View File

@ -6,6 +6,6 @@ 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
OBJS+= ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
BLOB_OBJS+= ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
.include <bsd.kmod.mk>