2015-03-20 14:25:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
arm/broadcom/bcm2835/bcm2835_bsc.c optional bcm2835_bsc
|
|
|
|
arm/broadcom/bcm2835/bcm2835_cpufreq.c standard
|
|
|
|
arm/broadcom/bcm2835/bcm2835_dma.c standard
|
|
|
|
arm/broadcom/bcm2835/bcm2835_fb.c optional sc
|
|
|
|
arm/broadcom/bcm2835/bcm2835_fbd.c optional vt
|
2016-09-29 02:14:08 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_ft5406.c optional evdev bcm2835_ft5406
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_gpio.c optional gpio
|
|
|
|
arm/broadcom/bcm2835/bcm2835_intr.c standard
|
2016-10-14 03:00:53 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_machdep.c optional platform
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_mbox.c standard
|
2016-07-19 18:07:47 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_rng.c optional random
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_sdhci.c optional sdhci
|
|
|
|
arm/broadcom/bcm2835/bcm2835_spi.c optional bcm2835_spi
|
2015-11-05 04:16:03 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_vcio.c standard
|
2015-03-20 14:25:51 +00:00
|
|
|
arm/broadcom/bcm2835/bcm2835_wdog.c standard
|
|
|
|
arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt
|
|
|
|
|
2017-12-28 07:31:14 +00:00
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
|
2015-03-20 14:25:51 +00:00
|
|
|
dev/mbox/mbox_if.m standard
|
|
|
|
|
|
|
|
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
|
|
|
|
# VideoCore driver
|
|
|
|
contrib/vchiq/interface/compat/vchi_bsd.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_arm.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -Wno-unused -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_connected.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_core.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_kern_lib.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_shim.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|
|
|
|
contrib/vchiq/interface/vchiq_arm/vchiq_util.c optional vchiq \
|
|
|
|
compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"
|