]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sfxge/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / sys / modules / sfxge / Makefile
1 # $FreeBSD$
2
3 KMOD=   sfxge
4
5 SFXGE= ${SRCTOP}/sys/dev/sfxge
6
7 SRCS=   device_if.h bus_if.h pci_if.h
8 SRCS+=  opt_inet.h opt_inet6.h opt_rss.h
9
10 .PATH: ${SRCTOP}/sys/dev/sfxge
11 SRCS+=  sfxge.c sfxge_dma.c sfxge_ev.c
12 SRCS+=  sfxge_intr.c sfxge_mcdi.c sfxge_nvram.c
13 SRCS+=  sfxge_port.c sfxge_rx.c sfxge_tx.c
14 SRCS+=  sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
15
16 .PATH: ${SRCTOP}/sys/dev/sfxge/common
17 SRCS+=  efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_lic.c efx_mac.c
18 SRCS+=  efx_mcdi.c efx_mon.c efx_nic.c
19 SRCS+=  efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tunnel.c
20 SRCS+=  efx_tx.c efx_vpd.c efx_filter.c efx_hash.c
21 SRCS+=  efsys.h
22 SRCS+=  efx.h efx_annote.h efx_check.h efx_impl.h efx_mcdi.h
23 SRCS+=  efx_regs.h efx_regs_ef10.h
24 SRCS+=  efx_regs_mcdi.h efx_regs_mcdi_aoe.h efx_regs_mcdi_strs.h
25 SRCS+=  efx_regs_pci.h efx_types.h
26 SRCS+=  efx_phy_ids.h
27 SRCS+=  ef10_tlv_layout.h
28
29 SRCS+=  mcdi_mon.c mcdi_mon.h
30
31 SRCS+=  siena_mac.c siena_mcdi.c siena_nic.c siena_nvram.c siena_phy.c
32 SRCS+=  siena_sram.c siena_vpd.c
33 SRCS+=  siena_flash.h siena_impl.h
34
35 SRCS+=  ef10_ev.c ef10_filter.c ef10_image.c ef10_intr.c ef10_mac.c ef10_mcdi.c
36 SRCS+=  ef10_nic.c ef10_nvram.c ef10_phy.c ef10_rx.c ef10_tx.c ef10_vpd.c
37 SRCS+=  ef10_impl.h ef10_signed_image_layout.h
38
39 SRCS+=  hunt_nic.c
40 SRCS+=  hunt_impl.h
41
42 SRCS+=  medford_nic.c
43 SRCS+=  medford_impl.h
44
45 SRCS+=  medford2_nic.c
46 SRCS+=  medford2_impl.h
47
48 # Extra debug checks
49 #CFLAGS += -DDEBUG=1
50
51 .include <bsd.kmod.mk>