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