xref: /netbsd-src/sys/arch/evbarm/conf/files.rpi (revision 87d689fb734c654d2486f87f7be32f1b53ecdbec)
1#	$NetBSD: files.rpi,v 1.9 2017/12/10 21:38:26 skrll Exp $
2#
3# Raspberry Pi
4#
5
6file	arch/evbarm/rpi/vcprop_subr.c
7makeoptions	"COPTS.vcprop_subr.c"+="-fno-stack-protector"
8
9include "arch/evbarm/conf/files.fdt"
10
11# CPU support and integrated peripherals
12include "arch/arm/broadcom/files.bcm2835"
13
14# Raspberry Pi Mailbox interface
15device	vcmbox: sysmon_envsys
16attach	vcmbox at bcmmboxbus
17file	arch/evbarm/rpi/rpi_vcmbox.c		vcmbox
18
19# Maximum command-line length
20defparam opt_vcprop.h				VCPROP_MAXCMDLINE
21defflag opt_rpi.h				RPI_HWCURSOR
22