]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/efirt/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / modules / efirt / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/${MACHINE}/${MACHINE}
4 .PATH: ${SRCTOP}/sys/dev/efidev
5
6 KMOD=   efirt
7 SRCS=   efirt.c efirt_machdep.c efidev.c
8 SRCS+=  efirtc.c
9 SRCS+=  device_if.h bus_if.h clock_if.h
10
11 .if ${MACHINE_CPUARCH} == "amd64"
12 SRCS+=  opt_hwpmc_hooks.h opt_kstack_pages.h
13 SRCS+=  efirt_support.S
14 DPSRCS+= assym.inc
15 efirt_support.o:        efirt_support.S assym.inc
16         ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
17             ${.IMPSRC} -o ${.TARGET}
18 .endif
19
20 .include <bsd.kmod.mk>