aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-04-13 21:32:06 +0000
committerWarner Losh <imp@FreeBSD.org>2010-04-13 21:32:06 +0000
commitb74668b1df5ae19e11384f8a8b595cedfa70432e (patch)
treeccbc3c3dab38686606b650a01ae31fb8d4db120b /sys/modules/Makefile
parent22f456b409476352eb9cd2b9b9da30eb5c772a47 (diff)
downloadsrc-b74668b1df5ae19e11384f8a8b595cedfa70432e.tar.gz
src-b74668b1df5ae19e11384f8a8b595cedfa70432e.zip
Only compile in uart_cpu_$MACHINE.c if it exists. I'm not sure how
useful it will be, but we really need to be keying off something other than MACHINE for this anyway since on arm and mips we have lots of these running around (one for each SoC family)...
Notes
Notes: svn path=/head/; revision=206569
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f65e7c6d15b2..3af154c750b3 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -280,7 +280,7 @@ SUBDIR= ${_3dfx} \
twe \
tx \
txp \
- ${_uart} \
+ uart \
ubsec \
udf \
udf_iconv \
@@ -323,8 +323,6 @@ _vpo= vpo
# no BUS_SPACE_UNSPECIFIED
# No barrier instruction support (specific to this driver)
_sym= sym
-# no uart_cpu_$MACHINE_ARCH
-_uart= uart
# intr_disable() is a macro, causes problems
_cxgb= cxgb
.endif