aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-06-02 16:35:21 +0000
committerWarner Losh <imp@FreeBSD.org>2021-06-02 16:39:58 +0000
commit22ed04c2039191f80f4a871909fbebf6766da5fd (patch)
tree2bbf75ff911924921ac06d3c54293b08c17b404e
parent455dff72fcc260f758964d61f67dd1ba79e4889d (diff)
downloadsrc-22ed04c2039191f80f4a871909fbebf6766da5fd.tar.gz
src-22ed04c2039191f80f4a871909fbebf6766da5fd.zip
hptmv: use BLOB_OBJS for pre-built .o's
Sponsored by: Netflix
-rw-r--r--sys/modules/hptmv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile
index 22c011b16a41..5deca85de4de 100644
--- a/sys/modules/hptmv/Makefile
+++ b/sys/modules/hptmv/Makefile
@@ -11,7 +11,7 @@ KMOD= hptmv
SRCS= opt_scsi.h opt_cam.h
SRCS+= bus_if.h device_if.h pci_if.h
SRCS+= mv.c entry.c ioctl.c hptproc.c gui_lib.c
-OBJS+= ${HPTMV}/${MACHINE_CPUARCH}-elf.hptmvraid.o
+BLOB_OBJS+= ${HPTMV}/${MACHINE_CPUARCH}-elf.hptmvraid.o
#
# Debug Options: