1879f711d8
Add a interrupt host for the interrupt controller in the mpc5121ads cpld. PCI interrupts are 0-7 the rest are 8-15 Touchscreen pendown irq is hardwired to irq1 All other irqs are chained to irq0 Signed-off-by: John Rigby <jrigby@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
7 lines
210 B
Makefile
7 lines
210 B
Makefile
#
|
|
# Makefile for the Freescale PowerPC 512x linux kernel.
|
|
#
|
|
obj-y += clock.o mpc512x_shared.o
|
|
obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o mpc5121_ads_cpld.o
|
|
obj-$(CONFIG_MPC5121_GENERIC) += mpc5121_generic.o
|