svn commit: r307592 - head/sys/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Oct 19 02:02:22 UTC 2016


Author: gonzo
Date: Wed Oct 19 02:02:21 2016
New Revision: 307592
URL: https://svnweb.freebsd.org/changeset/base/307592

Log:
  bcm2835_bsc.c should be compiled only if SOC_BRCM_BCM2837 is enabled

Modified:
  head/sys/conf/files.arm64

Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64	Wed Oct 19 01:55:50 2016	(r307591)
+++ head/sys/conf/files.arm64	Wed Oct 19 02:02:21 2016	(r307592)
@@ -47,7 +47,7 @@ arm/arm/gic_fdt.c		optional	fdt
 arm/arm/pmu.c			standard
 arm/broadcom/bcm2835/bcm2835_audio.c		optional sound vchiq \
 	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
-arm/broadcom/bcm2835/bcm2835_bsc.c		optional bcm2835_bsc
+arm/broadcom/bcm2835/bcm2835_bsc.c		optional bcm2835_bsc soc_brcm_bcm2837
 arm/broadcom/bcm2835/bcm2835_common.c		optional fdt soc_brcm_bcm2837
 arm/broadcom/bcm2835/bcm2835_cpufreq.c		optional soc_brcm_bcm2837
 arm/broadcom/bcm2835/bcm2835_dma.c		optional soc_brcm_bcm2837


More information about the svn-src-all mailing list