Home | History | Annotate | Line # | Download | only in arm
      1 #	$NetBSD: Makefile,v 1.10 2026/03/31 20:24:19 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+=	amlogic
     10 SUBDIR+=	arm
     11 SUBDIR+=	broadcom
     12 SUBDIR+=	nvidia
     13 SUBDIR+=	intel
     14 SUBDIR+=	nxp
     15 SUBDIR+=	rockchip
     16 SUBDIR+=	samsung
     17 SUBDIR+=	ti
     18 SUBDIR+=	xilinx
     19 
     20 .include <bsd.subdir.mk>
     21