svn commit: r253826 - head/sys/modules/wi
Justin Hibbits
jhibbits at FreeBSD.org
Wed Jul 31 01:43:00 UTC 2013
Author: jhibbits
Date: Wed Jul 31 01:42:59 2013
New Revision: 253826
URL: http://svnweb.freebsd.org/changeset/base/253826
Log:
Remove duplicate SRCS include block. Spotted by jmallett.
Modified:
head/sys/modules/wi/Makefile
Modified: head/sys/modules/wi/Makefile
==============================================================================
--- head/sys/modules/wi/Makefile Wed Jul 31 01:13:29 2013 (r253825)
+++ head/sys/modules/wi/Makefile Wed Jul 31 01:42:59 2013 (r253826)
@@ -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
More information about the svn-src-all
mailing list