mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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:
parent
0bf051f957
commit
a29b35dd5e
7 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Reference in a new issue