arm: Add kern/kern_clocksource.c to files.arm

Instead of adding it to every files.vendor, add it to the common arch file.
This commit is contained in:
Emmanuel Vadot 2017-12-27 21:39:57 +00:00
parent f8bece56a3
commit d06955f9bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327250
19 changed files with 1 additions and 41 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

@ -17,8 +17,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

@ -13,4 +13,3 @@ arm/lpc/lpc_spi.c optional lpcspi
arm/lpc/lpc_dmac.c optional dmac
arm/lpc/ssd1289.c optional ssd1289
dev/uart/uart_dev_lpc.c optional uart
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/xhci_mv.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

@ -145,6 +145,7 @@ font.h optional sc \
compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
no-obj no-implicit-rule before-depend \
clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
kern/kern_clocksource.c standard
kern/msi_if.m optional intrng
kern/pic_if.m optional intrng
kern/subr_busdma_bufalloc.c standard