diff --git a/sys/modules/hptnr/Makefile b/sys/modules/hptnr/Makefile index c37bb182f49a..95f106e6a44e 100644 --- a/sys/modules/hptnr/Makefile +++ b/sys/modules/hptnr/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ HPTNR= ${SRCTOP}/sys/dev/hptnr .PATH: ${HPTNR} KMOD= hptnr SRCS= bus_if.h device_if.h pci_if.h SRCS+= opt_cam.h opt_scsi.h SRCS+= os_bsd.h hptnr_os_bsd.c hptnr_osm_bsd.c hptnr_config.c -OBJS+= ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o +BLOB_OBJS+= ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o .include