changeset 13:f232fb350e1c

top Makefile: add bootutil
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Jun 2023 05:00:20 +0000
parents fe5f7ba7f154
children 09c18549921b
files Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Jun 10 04:58:26 2023 +0000
+++ b/Makefile	Sat Jun 10 05:00:20 2023 +0000
@@ -1,11 +1,13 @@
 CC=	gcc
 CFLAGS=	-O2
-SUBDIR=	bootmatch
+SUBDIR=	bootmatch bootutil
 
 INSTALL_PREFIX=	/opt/freecalypso
 
 all:	${SUBDIR}
 
+bootutil:	bootmatch
+
 ${SUBDIR}: FRC
 	cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"