mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
We no longer need to use uuencode to uuencode files in our tree. Store the .o file directly instead. Adjust the build to cope with the new arrangement. Suggestions by: emaste, bz, donner Reviewed by: markm Sposnored by: Netflix, Inc Differential Revision: https://reviews.freebsd.org/D29632
11 lines
270 B
Makefile
11 lines
270 B
Makefile
# $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
|
|
|
|
.include <bsd.kmod.mk>
|