Remove duplicate SRCS include block. Spotted by jmallett.

This commit is contained in:
Justin Hibbits 2013-07-31 01:42:59 +00:00
parent 84cd55bb02
commit d1da193810
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253826

View File

@ -6,11 +6,6 @@ KMOD= if_wi
SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \
card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h \
opt_wlan.h
.if ${MACHINE_CPUARCH} == "powerpc"
SRCS+= if_wi_macio.c
SRCS+= ofw_bus_if.h
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
SRCS+= if_wi_macio.c