Files
operating-system/buildroot/package/bcm2835/bcm2835.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

17 lines
454 B
Makefile

################################################################################
#
# bcm2835
#
################################################################################
BCM2835_VERSION = 1.68
BCM2835_SITE = http://www.airspayce.com/mikem/bcm2835
BCM2835_LICENSE = GPL-3.0
BCM2835_LICENSE_FILES = COPYING
BCM2835_INSTALL_STAGING = YES
# disable doxygen doc generation
BCM2835_CONF_ENV = ac_cv_prog_DOXYGEN=/bin/true
$(eval $(autotools-package))