4 # For IXP425 NE support, this file must be included by the board-specific
9 # See ixp425-fw.README for instructions on how to download and generate
10 # a suitable microcode image for IXP425 Ethernet support.
13 .if exists
($S/arch
/arm
/xscale
/IxNpeMicrocode.dat
)
15 CPPFLAGS
+= -DIXP425_NPE_MICROCODE
17 ixp425_fw.o
: $S/arch
/arm
/xscale
/IxNpeMicrocode.dat
18 -rm -f
${.OBJDIR
}/IxNpeMicrocode.dat
19 -ln
-s
$S/arch
/arm
/xscale
/IxNpeMicrocode.dat
${.OBJDIR
}
20 ${LD} -b binary
-d
-warn-common
-r
-d
-o
${.TARGET
} IxNpeMicrocode.dat