summaryrefslogtreecommitdiff
path: root/kernel/irq/Makefile
blob: 1d3ee3169202fdd09abcdaf3a673cffbc9ab18a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
obj-$(CONFIG_GENERIC_IRQ_CHIP) += generic-chip.o
obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
obj-$(CONFIG_IRQ_DOMAIN) += irqdomain.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o
obj-$(CONFIG_GENERIC_IRQ_MIGRATION) += cpuhotplug.o
obj-$(CONFIG_PM_SLEEP) += pm.o
obj-$(CONFIG_GENERIC_MSI_IRQ) += msi.o
obj-$(CONFIG_GENERIC_IRQ_IPI) += ipi.o
obj-$(CONFIG_SMP) += affinity.o
>2017-02-06 14:37:55 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-06 14:37:55 -0800 commit72df5eba704252e54b5b19395cb938f8bb55cab8 (patch) tree9b9dd6aa0cd3b6cda738de32dd05075e6e66bab1 /drivers/usb/wusbcore/wa-xfer.c parent396bf4cd835e62d70fad4a03a8963e61f19021f2 (diff)parentf9f96fc10c09ca16e336854c08bc1563eed97985 (diff)
Merge tag 'media/v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: "A few documentation fixes at CEC (with got promoted from staging for 4.10), and one fix on its core." * tag 'media/v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: [media] cec: fix wrong last_la determination [media] cec-intro.rst: mention the v4l-utils package and CEC utilities [media] cec rst: remove "This API is not yet finalized" notice
Diffstat (limited to 'drivers/usb/wusbcore/wa-xfer.c')