diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-05-22 14:16:39 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-09-16 09:43:53 +1000 |
commit | da3601a5fa664c8d51383fe916d96bd4fbce84b8 (patch) | |
tree | 83ee5d4e283cfdd11e83bdb7c739b5ccbeb9264a /arch/m68knommu/platform/5249/Makefile | |
parent | 3945ca0f84fee3fe564189fe8cf8f02491d19622 (diff) |
m68knommu: add support for second interrupt controller of ColdFire 5249
The ColdFire 5249 CPU has a second (compleletly different) interrupt
controller. It is the only ColdFire CPU that has this type. It controlls
GPIO interrupts amongst a number of interrupts from other internal
peripherals. Add support code for it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/5249/Makefile')
-rw-r--r-- | arch/m68knommu/platform/5249/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/5249/Makefile b/arch/m68knommu/platform/5249/Makefile index 113c3339006..f56225d1582 100644 --- a/arch/m68knommu/platform/5249/Makefile +++ b/arch/m68knommu/platform/5249/Makefile @@ -14,5 +14,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o gpio.o +obj-y := config.o gpio.o intc2.o |