freebsd-dev/sys/modules/rr232x/Makefile
Scott Long 84ec8649b6 Remove hand-rolled cross-build glue. Normal cross-build infrastructure
in FreeBSD likely supports this without any extra work.
2006-05-05 14:26:28 +00:00

15 lines
373 B
Makefile

# $Id: Makefile.def,v 1.14 2006/04/06 09:23:49 gmm Exp $
# $FreeBSD$
RR232X= ${.CURDIR}/../../dev/rr232x
.PATH: ${RR232X}
KMOD = rr232x
SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h os_bsd.c osm_bsd.c rr232x_config.c
OBJS = rr232x_lib.o
rr232x_lib.o:
uudecode -p < ${RR232X}/$(MACHINE_ARCH)-elf.rr232x_lib.o.uu > ${.TARGET}
.include <bsd.kmod.mk>