From ec0f7277cbb76565a203b5909acb2a6b93ba35fa Mon Sep 17 00:00:00 2001 From: Detlev Zundel Date: Fri, 1 Sep 2006 15:02:06 +0200 Subject: Added another example showing simple interrupt interception. --- examples/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/Makefile') 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 -- cgit v1.2.1