Skip to content

Commit

Permalink
hpt27xx: Use EXTRA_OBJS instead of OBJS
Browse files Browse the repository at this point in the history
Sponsored by:		Netflix
Reviewed by:		emaste@
Differential Revision:	https://reviews.freebsd.org/D30616
  • Loading branch information
bsdimp committed Jun 2, 2021
1 parent e8dca53 commit 455dff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/modules/hpt27xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 455dff7

Please sign in to comment.