arm: Add kern_clocksource.c directly in files.arm

This files is needed and included in all our config so move it to a common
location.

MFC after:	2 weeks
This commit is contained in:
Emmanuel Vadot 2019-04-16 20:04:22 +00:00
parent fdfe249b63
commit dbfb4063ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346295
19 changed files with 4 additions and 42 deletions

View file

@ -1,5 +1,4 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/allwinner/a10_ahci.c optional ahci
arm/allwinner/a10_codec.c optional sound

View file

@ -1,7 +1,5 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/altera/socfpga/socfpga_common.c standard
arm/altera/socfpga/socfpga_machdep.c standard
arm/altera/socfpga/socfpga_manager.c standard

View file

@ -1,7 +1,5 @@
#$FreeBSD$
kern/kern_clocksource.c standard
arm/amlogic/aml8726/aml8726_l2cache.c standard
arm/amlogic/aml8726/aml8726_machdep.c standard

View file

@ -1,7 +1,5 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/versatile/sp804.c standard
dev/uart/uart_dev_ns8250.c optional uart

View file

@ -18,8 +18,6 @@ arm/broadcom/bcm2835/bcm2835_vcio.c standard
arm/broadcom/bcm2835/bcm2835_wdog.c standard
arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt
kern/kern_clocksource.c standard
dev/mbox/mbox_if.m standard
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \

View file

@ -1,5 +1,4 @@
# $FreeBSD$
kern/kern_clocksource.c standard
# Init
arm/freescale/imx/imx_common.c standard

View file

@ -1,10 +1,5 @@
# $FreeBSD$
#
# Standard ARM support.
#
kern/kern_clocksource.c standard
#
# Standard imx6 devices and support.
#

View file

@ -1,7 +1,5 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/freescale/vybrid/vf_machdep.c standard
arm/freescale/vybrid/vf_ccm.c standard
arm/freescale/vybrid/vf_anadig.c standard

View file

@ -36,5 +36,3 @@ dev/uart/uart_dev_snps.c optional uart
dev/usb/controller/ehci_mv.c optional ehci
dev/usb/controller/generic_xhci.c optional xhci
dev/ahci/ahci_mv_fdt.c optional ahci
kern/kern_clocksource.c standard

View file

@ -33,5 +33,3 @@ dev/uart/uart_dev_snps.c optional uart
dev/usb/controller/ehci_mv.c optional ehci
dev/usb/controller/generic_xhci.c optional xhci
dev/ahci/ahci_mv_fdt.c optional ahci
kern/kern_clocksource.c standard

View file

@ -1,10 +1,5 @@
# $FreeBSD$
#
# Standard ARM support.
#
kern/kern_clocksource.c standard
#
# Standard tegra124 devices and support.
#

View file

@ -1,10 +1,5 @@
# $FreeBSD$
#
# Standard ARM support.
#
kern/kern_clocksource.c standard
#
# Standard qemu virt devices and support.
#

View file

@ -5,5 +5,3 @@ arm/ralink/rt1310_gpio.c optional rt1310gpio
arm/ralink/rt1310_timer.c standard
arm/ralink/if_fv.c optional fv
kern/kern_clocksource.c standard

View file

@ -1,5 +1,4 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/rockchip/rk30xx_machdep.c standard
arm/rockchip/rk30xx_pmu.c standard

View file

@ -1,7 +1,5 @@
# $FreeBSD$
kern/kern_clocksource.c standard
arm/samsung/exynos/exynos5_mct.c standard
arm/samsung/exynos/exynos5_mp.c optional smp
arm/samsung/exynos/exynos5_machdep.c standard

View file

@ -1,7 +1,5 @@
#$FreeBSD$
kern/kern_clocksource.c standard
arm/ti/ti_cpuid.c standard
arm/ti/ti_hwmods.c standard
arm/ti/ti_machdep.c standard

View file

@ -8,5 +8,3 @@ arm/versatile/versatile_common.c standard
arm/versatile/versatile_pci.c optional pci
arm/versatile/versatile_scm.c standard
arm/versatile/versatile_sic.c standard
kern/kern_clocksource.c standard

View file

@ -3,8 +3,6 @@
#
# $FreeBSD$
kern/kern_clocksource.c standard
arm/xilinx/zy7_machdep.c standard
arm/xilinx/zy7_l2cache.c standard
arm/xilinx/zy7_slcr.c standard

View file

@ -11,6 +11,9 @@ cloudabi32_vdso_blob.o optional compat_cloudabi32 \
no-implicit-rule \
clean "cloudabi32_vdso_blob.o"
#
kern/kern_clocksource.c standard
arm/annapurna/alpine/alpine_ccu.c optional al_ccu fdt
arm/annapurna/alpine/alpine_nb_service.c optional al_nb_service fdt
arm/annapurna/alpine/alpine_pci.c optional al_pci fdt
@ -167,3 +170,4 @@ libkern/qdivrem.c standard
libkern/ucmpdi2.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard