aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uart/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-11-17 14:44:10 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-11-17 14:44:10 +0000
commit8ff995cc5f21cec391ad0e0e1e676d3960b6a26e (patch)
treeb6d767a1183f0f860850dffb303fe2350b399664 /sys/modules/uart/Makefile
parentd0b4135e008c4cf77e739fbb312c54316c49eecf (diff)
Notes
Diffstat (limited to 'sys/modules/uart/Makefile')
-rw-r--r--sys/modules/uart/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
index 8a418faa11bc..9214a73ddf7e 100644
--- a/sys/modules/uart/Makefile
+++ b/sys/modules/uart/Makefile
@@ -5,8 +5,6 @@
.if ${MACHINE_ARCH} == "sparc64"
uart_bus_ebus= uart_bus_ebus.c
ofw_bus_if= ofw_bus_if.h
-ofw_pci_if= ofw_pci_if.h
-opt_isa= opt_isa.h
.endif
KMOD= uart
@@ -14,10 +12,7 @@ SRCS= uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
uart_bus_pci.c uart_bus_puc.c uart_core.c uart_cpu_${MACHINE}.c \
uart_dbg.c uart_dev_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c \
uart_dev_z8530.c uart_if.c uart_subr.c uart_tty.c
-SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} ${ofw_pci_if} \
- ${opt_isa} pci_if.h power_if.h uart_if.h pccarddevs.h
-
-opt_isa.h:
- echo "#define DEV_ISA 1" > ${.TARGET}
+SRCS+= bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} pci_if.h \
+ power_if.h uart_if.h pccarddevs.h
.include <bsd.kmod.mk>