Module Name: src Committed By: gutteridge Date: Thu May 23 02:50:47 UTC 2024
Modified Files: src/tools: Makefile Log Message: Add mkubootimage to riscv tools To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/Makefile diff -u src/tools/Makefile:1.219 src/tools/Makefile:1.220 --- src/tools/Makefile:1.219 Mon Apr 1 02:22:38 2024 +++ src/tools/Makefile Thu May 23 02:50:47 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2024/04/01 02:22:38 christos Exp $ +# $NetBSD: Makefile,v 1.220 2024/05/23 02:50:47 gutteridge Exp $ .include <bsd.own.mk> .include <bsd.endian.mk> @@ -219,14 +219,9 @@ SUBDIR+= elftosb .if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \ ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \ - ${MACHINE} == "sandpoint" -SUBDIR+= mkubootimage -.endif - -.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \ - ${MACHINE} == "evbppc" || ${MACHINE} == "evbsh3" || \ ${MACHINE} == "sandpoint" || \ ${MACHINE_CPU} == "riscv" +SUBDIR+= mkubootimage SUBDIR+= libfdt .WAIT SUBDIR+= dtc .endif