Home | History | Annotate | Line # | Download | only in riscv
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2026/03/31 20:24:22 yurix Exp $
      2 
      3 # Important: Regenerate dtb set lists by running 'make update-sets' in
      4 # sys/arch/dtb after changing this file.
      5 
      6 TARGETS+=	dtblist
      7 
      8 SUBDIR+=	allwinner
      9 SUBDIR+=	canaan
     10 SUBDIR+=	microchip
     11 SUBDIR+=	renesas
     12 SUBDIR+=	sifive
     13 SUBDIR+=	sophgo
     14 SUBDIR+=	starfive
     15 SUBDIR+=	thead
     16 
     17 .include <bsd.subdir.mk>
     18