No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / arm / xscale / ixp425-fw.mk
blob1584e606d3d8d810faea99366bc715e1c47f192a
1 # $NetBSD$
4 # For IXP425 NE support, this file must be included by the board-specific
5 # Makefile stub.
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)
14 MD_OBJS+= ixp425_fw.o
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
21 .endif