aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sfxge/Makefile
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2015-03-24 11:22:12 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2015-03-24 11:22:12 +0000
commit25bcc0e5ce952f8888c6b680394acfea013668e6 (patch)
tree96b4a5290b6a9db3a3e7cccb1c5cd60a017ab090 /sys/modules/sfxge/Makefile
parent69cfd6a666c1ab9c12fb1a976448379ce351c0a2 (diff)
downloadsrc-25bcc0e5ce952f8888c6b680394acfea013668e6.tar.gz
src-25bcc0e5ce952f8888c6b680394acfea013668e6.zip
sfxge: cleanup: remove trailing whitespaces
Sponsored by: Solarflare Communications, Inc.
Notes
Notes: svn path=/head/; revision=280431
Diffstat (limited to 'sys/modules/sfxge/Makefile')
-rw-r--r--sys/modules/sfxge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile
index 0e96fb571016..48a2983d4b34 100644
--- a/sys/modules/sfxge/Makefile
+++ b/sys/modules/sfxge/Makefile
@@ -14,7 +14,7 @@ SRCS+= sfxge_port.c sfxge_rx.c sfxge_tx.c
SRCS+= sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
.PATH: ${.CURDIR}/../../dev/sfxge/common
-SRCS+= efx_ev.c efx_intr.c efx_mac.c efx_mcdi.c efx_nic.c
+SRCS+= efx_ev.c efx_intr.c efx_mac.c efx_mcdi.c efx_nic.c
SRCS+= efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c
SRCS+= efx_vpd.c efx_wol.c
SRCS+= efsys.h
@@ -22,7 +22,7 @@ SRCS+= efx.h efx_impl.h efx_mcdi.h efx_regs.h efx_regs_ef10.h
SRCS+= efx_regs_mcdi.h efx_regs_pci.h efx_types.h
SRCS+= siena_mac.c siena_nic.c siena_nvram.c siena_phy.c
-SRCS+= siena_sram.c siena_vpd.c
+SRCS+= siena_sram.c siena_vpd.c
SRCS+= siena_flash.h siena_impl.h
DEBUG_FLAGS= -DDEBUG=1