diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index b690fa07024..9abff63f1ae 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 |