]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/amdsmn/Makefile
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
[FreeBSD/FreeBSD.git] / sys / modules / amdsmn / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/amdsmn
4
5 KMOD=   amdsmn
6 SRCS=   amdsmn.c bus_if.h device_if.h pci_if.h
7
8 .include <bsd.kmod.mk>