From: Birger Koblitz Date: Thu, 30 Dec 2021 21:50:47 +0000 (+0100) Subject: realtek: Change Platform defines to depend on CONFIG_RTL83XX X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f603090311b51d6eecc41d704be09bf77a086fa9;p=openwrt%2Fstaging%2Fnbd.git realtek: Change Platform defines to depend on CONFIG_RTL83XX In order for the Platform includes to be available on all sub-targets, make them dependent on CONFIG_RTL83XX. Signed-off-by: Birger Koblitz --- diff --git a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform index f9f189b689..9d45d2ddd5 100644 --- a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform +++ b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform @@ -1,5 +1,5 @@ # # Realtek RTL838x SoCs # -cflags-$(CONFIG_RTL838X) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/ -load-$(CONFIG_RTL838X) += 0xffffffff80000000 +cflags-$(CONFIG_RTL83XX) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/ +load-$(CONFIG_RTL83XX) += 0xffffffff80000000