You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
381 B
Makefile
13 lines
381 B
Makefile
################################################################################
|
|
#
|
|
# bootutils
|
|
#
|
|
################################################################################
|
|
|
|
BOOTUTILS_VERSION = 1.0.0
|
|
BOOTUTILS_SITE = http://downloads.sourceforge.net/project/bootutils/Stable/v$(BOOTUTILS_VERSION)
|
|
|
|
BOOTUTILS_CONF_OPT = --prefix=/ --exec-prefix=/
|
|
|
|
$(eval $(autotools-package))
|