diff options
Diffstat (limited to 'target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch b/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch new file mode 100644 index 0000000000..96321f0bba --- /dev/null +++ b/target/linux/realtek/patches-5.10/305-irqchip-update-dependency-for-irq-realtek-rtl.patch @@ -0,0 +1,8 @@ +--- a/drivers/irqchip/Makefile ++++ b/drivers/irqchip/Makefile +@@ -114,4 +114,4 @@ obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-l + obj-$(CONFIG_LOONGSON_PCH_MSI) += irq-loongson-pch-msi.o + obj-$(CONFIG_MST_IRQ) += irq-mst-intc.o + obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o +-obj-$(CONFIG_MACH_REALTEK_RTL) += irq-realtek-rtl.o ++obj-$(CONFIG_RTL838X) += irq-realtek-rtl.o |