realtek: Change Platform defines to depend on CONFIG_RTL83XX
authorBirger Koblitz <git@birger-koblitz.de>
Thu, 30 Dec 2021 21:50:47 +0000 (22:50 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 17 Feb 2022 15:21:47 +0000 (15:21 +0000)
In order for the Platform includes to be available on
all sub-targets, make them dependent on CONFIG_RTL83XX.

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform

index f9f189b6894514ee922c2592b20950611b7c4e25..9d45d2ddd5bbf8a9c157d7014f4f60c916cf19b0 100644 (file)
@@ -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