diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2016-07-21 13:01:35 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2016-07-21 13:01:35 +0000 |
| commit | 951154084fadc1a8a7c4eb72ac2f51fc473f0189 (patch) | |
| tree | 357d3e82d0534b26bc7f30f077a35f8af8986ec5 /sys/modules/uart | |
| parent | bd7a98506c3ccc76ea6dd45e1ca8b3e7801fa979 (diff) | |
Notes
Diffstat (limited to 'sys/modules/uart')
| -rw-r--r-- | sys/modules/uart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 9a21ddc317f0..3caa61de8aef 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -32,7 +32,8 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \ uart_dev_z8530.c \ uart_if.c uart_if.h uart_subr.c uart_tty.c -SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \ +SRCS+= acpi_if.h 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 opt_uart.h |
