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