1 # $FreeBSD: src/sys/modules/hpt27xx/Makefile,v 1.2 2012/02/21 21:20:52 dim Exp $
4 SRCS
= bus_if.h device_if.h pci_if.h
6 SRCS
+= hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
9 hpt27xx_lib.bo
: ${MACHINE_ARCH}-elf.hpt27xx_lib.o.uu
10 uudecode
-o
${.TARGET
} < ${.ALLSRC
}
11 elfedit
--output-osabi none
${.TARGET
}
13 CLEANFILES
+= hpt27xx_lib.bo
15 .
include <bsd.kmod.mk
>