diff options
author | uqs <uqs@FreeBSD.org> | 2015-11-29 12:23:08 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2015-11-29 12:23:08 +0000 |
commit | 26b8096f69366e6da71d3d7fb6496553184f7aaf (patch) | |
tree | f7fd77e69288c078c59dcbad9b9c1a37505ce7a9 /sys | |
parent | 4a87f3823905b5d692035b026715ee8ee888489c (diff) | |
download | FreeBSD-src-26b8096f69366e6da71d3d7fb6496553184f7aaf.zip FreeBSD-src-26b8096f69366e6da71d3d7fb6496553184f7aaf.tar.gz |
Fix make depend
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/uart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 6e4843b..9a21ddc 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -34,6 +34,6 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \ SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \ power_if.h pccarddevs.h serdev_if.h -SRCS+= opt_platform.h +SRCS+= opt_platform.h opt_uart.h .include <bsd.kmod.mk> |