1 1.1.6.2 ad # $NetBSD: ixp425-fw.mk,v 1.1.6.2 2007/01/12 01:00:42 ad Exp $ 2 1.1.6.2 ad 3 1.1.6.2 ad # 4 1.1.6.2 ad # For IXP425 NE support, this file must be included by the board-specific 5 1.1.6.2 ad # Makefile stub. 6 1.1.6.2 ad # 7 1.1.6.2 ad 8 1.1.6.2 ad # 9 1.1.6.2 ad # See ixp425-fw.README for instructions on how to download and generate 10 1.1.6.2 ad # a suitable microcode image for IXP425 Ethernet support. 11 1.1.6.2 ad # 12 1.1.6.2 ad 13 1.1.6.2 ad .if exists($S/arch/arm/xscale/IxNpeMicrocode.dat) 14 1.1.6.2 ad MD_OBJS+= ixp425_fw.o 15 1.1.6.2 ad CPPFLAGS+= -DIXP425_NPE_MICROCODE 16 1.1.6.2 ad 17 1.1.6.2 ad ixp425_fw.o: $S/arch/arm/xscale/IxNpeMicrocode.dat 18 1.1.6.2 ad -rm -f ${.OBJDIR}/IxNpeMicrocode.dat 19 1.1.6.2 ad -ln -s $S/arch/arm/xscale/IxNpeMicrocode.dat ${.OBJDIR} 20 1.1.6.2 ad ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat 21 1.1.6.2 ad .endif 22