diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-06-29 12:19:29 +0200 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 07:39:52 +0200 |
commit | e0a593104d43dc98250984daa1b82f964835fcfa (patch) | |
tree | ed8202bb9b2ab089871cd9d87c455c97ae496f4f /arch/blackfin/mach-bf609/Makefile | |
parent | bf60x: sec: Clean up interrupt initialization code for SEC. (diff) | |
download | linux-e0a593104d43dc98250984daa1b82f964835fcfa.tar.xz linux-e0a593104d43dc98250984daa1b82f964835fcfa.zip |
bf60x: sec: Enable sec interrupt source priority configuration.
Customize the SEC interrupt priority array in machine ints-priority.c.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf609/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf609/Makefile b/arch/blackfin/mach-bf609/Makefile index 9a3d9f252c11..234fe1b4bb0e 100644 --- a/arch/blackfin/mach-bf609/Makefile +++ b/arch/blackfin/mach-bf609/Makefile @@ -2,5 +2,5 @@ # arch/blackfin/mach-bf609/Makefile # -obj-y := dma.o clock.o +obj-y := dma.o clock.o ints-priority.o obj-$(CONFIG_PM) += pm.o dpm.o |