aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files-5.10/arch
diff options
context:
space:
mode:
authorBirger Koblitz <git@birger-koblitz.de>2021-12-30 22:50:47 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-02-17 15:21:47 +0000
commitf603090311b51d6eecc41d704be09bf77a086fa9 (patch)
treecaa95ec641d8a0f0cc91930e3a5bd4b19321d25a /target/linux/realtek/files-5.10/arch
parent4021dd527bdf3a9d88cd6dcd868a262c122f2e5c (diff)
downloadupstream-f603090311b51d6eecc41d704be09bf77a086fa9.tar.gz
upstream-f603090311b51d6eecc41d704be09bf77a086fa9.tar.bz2
upstream-f603090311b51d6eecc41d704be09bf77a086fa9.zip
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 <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/files-5.10/arch')
-rw-r--r--target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform4
1 files changed, 2 insertions, 2 deletions
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