summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <[email protected]>2006-09-03 18:13:21 +0200
committerWolfgang Denk <[email protected]>2006-09-03 18:13:21 +0200
commitfc43de0d4a3903e6e3bfbf2fcab8eab6c739481d (patch)
tree6a5a50d4d0f29649ec3d53881b61bcf0b40a53fe /examples/Makefile
parent7d0432c9e4958f97957cee36d4803e5c0b194e20 (diff)
parentbfdfd7c26c39661a8ff542d22ed01bc02e303aea (diff)
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a342d75062a..cdf269088a5 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -94,6 +94,12 @@ SREC += mem_to_mem_idma2intr.srec
BIN += mem_to_mem_idma2intr.bin mem_to_mem_idma2intr
endif
+# Demo for 52xx IRQs
+ifeq ($(CPU),mpc5xxx)
+SREC += interrupt.srec
+BIN += interrupt.bin interrupt
+endif
+
# Utility for resetting i82559 EEPROM
ifeq ($(BOARD),oxc)
SREC += eepro100_eeprom.srec