Revert r327250 as it broke the build for some armv6 kernel and all armv4/5
Reported by: ian
This commit is contained in:
parent
d8dfc65f43
commit
ee070097f2
@ -1,4 +1,5 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/allwinner/a10_ahci.c optional ahci
|
arm/allwinner/a10_ahci.c optional ahci
|
||||||
arm/allwinner/a10_codec.c optional sound
|
arm/allwinner/a10_codec.c optional sound
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/altera/socfpga/socfpga_common.c standard
|
arm/altera/socfpga/socfpga_common.c standard
|
||||||
arm/altera/socfpga/socfpga_machdep.c standard
|
arm/altera/socfpga/socfpga_machdep.c standard
|
||||||
arm/altera/socfpga/socfpga_manager.c standard
|
arm/altera/socfpga/socfpga_manager.c standard
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#$FreeBSD$
|
#$FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/amlogic/aml8726/aml8726_l2cache.c standard
|
arm/amlogic/aml8726/aml8726_l2cache.c standard
|
||||||
|
|
||||||
arm/amlogic/aml8726/aml8726_machdep.c standard
|
arm/amlogic/aml8726/aml8726_machdep.c standard
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/versatile/sp804.c standard
|
arm/versatile/sp804.c standard
|
||||||
dev/uart/uart_dev_ns8250.c optional uart
|
dev/uart/uart_dev_ns8250.c optional uart
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ arm/broadcom/bcm2835/bcm2835_vcio.c standard
|
|||||||
arm/broadcom/bcm2835/bcm2835_wdog.c standard
|
arm/broadcom/bcm2835/bcm2835_wdog.c standard
|
||||||
arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt
|
arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
dev/mbox/mbox_if.m standard
|
dev/mbox/mbox_if.m standard
|
||||||
|
|
||||||
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \
|
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
# Init
|
# Init
|
||||||
arm/freescale/imx/imx_common.c standard
|
arm/freescale/imx/imx_common.c standard
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard ARM support.
|
||||||
|
#
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
#
|
#
|
||||||
# Standard imx6 devices and support.
|
# Standard imx6 devices and support.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/freescale/vybrid/vf_machdep.c standard
|
arm/freescale/vybrid/vf_machdep.c standard
|
||||||
arm/freescale/vybrid/vf_ccm.c standard
|
arm/freescale/vybrid/vf_ccm.c standard
|
||||||
arm/freescale/vybrid/vf_anadig.c standard
|
arm/freescale/vybrid/vf_anadig.c standard
|
||||||
|
@ -13,3 +13,4 @@ arm/lpc/lpc_spi.c optional lpcspi
|
|||||||
arm/lpc/lpc_dmac.c optional dmac
|
arm/lpc/lpc_dmac.c optional dmac
|
||||||
arm/lpc/ssd1289.c optional ssd1289
|
arm/lpc/ssd1289.c optional ssd1289
|
||||||
dev/uart/uart_dev_lpc.c optional uart
|
dev/uart/uart_dev_lpc.c optional uart
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
@ -33,3 +33,5 @@ dev/uart/uart_dev_snps.c optional uart
|
|||||||
dev/usb/controller/ehci_mv.c optional ehci
|
dev/usb/controller/ehci_mv.c optional ehci
|
||||||
dev/usb/controller/xhci_mv.c optional xhci
|
dev/usb/controller/xhci_mv.c optional xhci
|
||||||
dev/ahci/ahci_mv_fdt.c optional ahci
|
dev/ahci/ahci_mv_fdt.c optional ahci
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard ARM support.
|
||||||
|
#
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
#
|
#
|
||||||
# Standard tegra124 devices and support.
|
# Standard tegra124 devices and support.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
#
|
||||||
|
# Standard ARM support.
|
||||||
|
#
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
#
|
#
|
||||||
# Standard qemu virt devices and support.
|
# Standard qemu virt devices and support.
|
||||||
#
|
#
|
||||||
|
@ -5,3 +5,5 @@ arm/ralink/rt1310_gpio.c optional rt1310gpio
|
|||||||
arm/ralink/rt1310_timer.c standard
|
arm/ralink/rt1310_timer.c standard
|
||||||
arm/ralink/if_fv.c optional fv
|
arm/ralink/if_fv.c optional fv
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/rockchip/rk30xx_machdep.c standard
|
arm/rockchip/rk30xx_machdep.c standard
|
||||||
arm/rockchip/rk30xx_pmu.c standard
|
arm/rockchip/rk30xx_pmu.c standard
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/samsung/exynos/exynos5_mct.c standard
|
arm/samsung/exynos/exynos5_mct.c standard
|
||||||
arm/samsung/exynos/exynos5_mp.c optional smp
|
arm/samsung/exynos/exynos5_mp.c optional smp
|
||||||
arm/samsung/exynos/exynos5_machdep.c standard
|
arm/samsung/exynos/exynos5_machdep.c standard
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#$FreeBSD$
|
#$FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/ti/ti_cpuid.c standard
|
arm/ti/ti_cpuid.c standard
|
||||||
arm/ti/ti_hwmods.c standard
|
arm/ti/ti_hwmods.c standard
|
||||||
arm/ti/ti_machdep.c standard
|
arm/ti/ti_machdep.c standard
|
||||||
|
@ -8,3 +8,5 @@ arm/versatile/versatile_common.c standard
|
|||||||
arm/versatile/versatile_pci.c optional pci
|
arm/versatile/versatile_pci.c optional pci
|
||||||
arm/versatile/versatile_scm.c standard
|
arm/versatile/versatile_scm.c standard
|
||||||
arm/versatile/versatile_sic.c standard
|
arm/versatile/versatile_sic.c standard
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
kern/kern_clocksource.c standard
|
||||||
|
|
||||||
arm/xilinx/zy7_machdep.c standard
|
arm/xilinx/zy7_machdep.c standard
|
||||||
arm/xilinx/zy7_l2cache.c standard
|
arm/xilinx/zy7_l2cache.c standard
|
||||||
arm/xilinx/zy7_slcr.c standard
|
arm/xilinx/zy7_slcr.c standard
|
||||||
|
@ -145,7 +145,6 @@ 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" \
|
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 \
|
no-obj no-implicit-rule before-depend \
|
||||||
clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
|
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/msi_if.m optional intrng
|
||||||
kern/pic_if.m optional intrng
|
kern/pic_if.m optional intrng
|
||||||
kern/subr_busdma_bufalloc.c standard
|
kern/subr_busdma_bufalloc.c standard
|
||||||
|
Loading…
Reference in New Issue
Block a user