summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b690fa0702..9abff63f1a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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
OpenPOWER on IntegriCloud