summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorDetlev Zundel <dzu@pollux.denx.de>2006-09-01 15:02:06 +0200
committerDetlev Zundel <dzu@pollux.denx.de>2006-09-01 15:02:06 +0200
commitec0f7277cbb76565a203b5909acb2a6b93ba35fa (patch)
tree5699201d17ae3856acb4ec831e8c926df0b250af /examples/Makefile
parentd7c2a02dea550e8701d1151010a823df48ad5c98 (diff)
downloadtalos-obmc-uboot-ec0f7277cbb76565a203b5909acb2a6b93ba35fa.tar.gz
talos-obmc-uboot-ec0f7277cbb76565a203b5909acb2a6b93ba35fa.zip
Added another example showing simple interrupt interception.
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 a342d75062..cdf269088a 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
OpenPOWER on IntegriCloud