Start to rename files with common or generic names to be SoC specific. The

build system doesn't handle two files with the same name.
This commit is contained in:
Andrew Turner 2017-06-04 09:11:14 +00:00
parent 0bf051f957
commit a29b35dd5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319569
7 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ arm/allwinner/aw_sid.c standard
arm/allwinner/aw_thermal.c standard
dev/iicbus/sy8106a.c optional sy8106a
arm/allwinner/aw_cir.c optional aw_cir evdev
#arm/allwinner/console.c standard
#arm/allwinner/aw_console.c standard
arm/allwinner/a10_fb.c optional vt
arm/allwinner/a10_hdmi.c optional hdmi

View File

@ -5,6 +5,6 @@ kern/kern_clocksource.c standard
arm/versatile/sp804.c standard
dev/uart/uart_dev_ns8250.c optional uart
arm/annapurna/alpine/common.c standard
arm/annapurna/alpine/alpine_common.c standard
arm/annapurna/alpine/alpine_machdep.c standard
arm/annapurna/alpine/alpine_machdep_mp.c optional smp

View File

@ -8,7 +8,7 @@ arm/freescale/imx/imx51_machdep.c optional soc_imx51
arm/freescale/imx/imx53_machdep.c optional soc_imx53
# Special serial console for debuging early boot code
#arm/freescale/imx/console.c standard
#arm/freescale/imx/imx_console.c standard
# UART driver (includes serial console support)
dev/uart/uart_dev_imx.c optional uart

View File

@ -47,7 +47,7 @@ arm/freescale/imx/imx6_usbphy.c optional ehci
#
# Low-level serial console for debugging early kernel startup.
#
#arm/freescale/imx/console.c standard
#arm/freescale/imx/imx_console.c standard
#
# Not ready yet...