summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/quark/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-19 21:32:30 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:07:18 +0800
commit117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d (patch)
tree2f0b12e01f0eb504c9878f5311e0096345af430f /arch/x86/cpu/quark/Makefile
parentf8b4e45e313f1f3ab092d1172e5348466c57481c (diff)
downloadblackbird-obmc-uboot-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.tar.gz
blackbird-obmc-uboot-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.zip
dm: x86: quark: Add an interrupt driver
Add a driver for interrupts on quark and move the code currently in cpu_irq_init() into its probe() method. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/quark/Makefile')
-rw-r--r--arch/x86/cpu/quark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile
index 8f1d018fb6..6d670d75c1 100644
--- a/arch/x86/cpu/quark/Makefile
+++ b/arch/x86/cpu/quark/Makefile
@@ -4,5 +4,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y += car.o dram.o msg_port.o quark.o
+obj-y += car.o dram.o irq.o msg_port.o quark.o
obj-y += mrc.o mrc_util.o hte.o smc.o
OpenPOWER on IntegriCloud