aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2014-05-18 09:19:13 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2014-05-18 09:19:13 +0000
commite85f0d314170d4749c4ccc23af54053968aec79b (patch)
tree3c645c9b81c3cbe5a91e777cd361ca286af74c90 /sys/modules/usb
parent2fe7ad87e9116f13fd8660084be4c8d323f4228f (diff)
Notes
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/dwc_otg/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/usb/dwc_otg/Makefile b/sys/modules/usb/dwc_otg/Makefile
index 61e5e78ea5bd..6ab1bfcb09fd 100644
--- a/sys/modules/usb/dwc_otg/Makefile
+++ b/sys/modules/usb/dwc_otg/Makefile
@@ -35,8 +35,4 @@ SRCS= bus_if.h device_if.h usb_if.h \
dwc_otg.c dwc_otg_fdt.c \
pci_if.h
-.if defined(HAS_ATMELARM)
-SRCS+= dwc_otg_atmelarm.c
-.endif
-
.include <bsd.kmod.mk>