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