Home | History | Annotate | Line # | Download | only in xscale
ixp425-fw.mk revision 1.3
      1  1.3  rin #	$NetBSD: ixp425-fw.mk,v 1.3 2023/06/17 11:57:49 rin Exp $
      2  1.1  scw 
      3  1.1  scw #
      4  1.1  scw # For IXP425 NE support, this file must be included by the board-specific
      5  1.1  scw # Makefile stub.
      6  1.1  scw #
      7  1.1  scw 
      8  1.1  scw #
      9  1.1  scw # See ixp425-fw.README for instructions on how to download and generate
     10  1.1  scw # a suitable microcode image for IXP425 Ethernet support.
     11  1.1  scw #
     12  1.1  scw 
     13  1.3  rin NPE_MICROCODE=	$S/arch/arm/xscale/IxNpeMicrocode.dat
     14  1.3  rin .if exists(${MICROCODE})
     15  1.3  rin CPPFLAGS+=	-DIXP425_NPE_MICROCODE=\"${NPE_MICROCODE}\"
     16  1.1  scw .endif
     17