]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
* Patch by Marc Singer, 29 May 2003:
[karo-tx-uboot.git] / examples / Makefile
index b690fa07024ddb48790fc0e97900812649a322a3..9abff63f1aeceab52affef6fe20d1beb64cd3d53 100644 (file)
@@ -28,6 +28,11 @@ include $(TOPDIR)/config.mk
 SREC   = hello_world.srec
 BIN    = hello_world.bin
 
+ifeq ($(ARCH),i386)
+SREC   += 82559_eeprom.srec
+BIN    += 82559_eeprom.bin
+endif
+
 ifeq ($(ARCH),ppc)
 SREC   += sched.srec
 BIN    += sched.bin