diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2021-05-06 18:17:54 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-26 00:32:17 +0200 |
commit | 46945e02d3527e3948dacb3e74e5ddbc35da7238 (patch) | |
tree | d9d2a427f1fb115679e19051b3a5883bfc4eec7e /target/linux | |
parent | 781f50705c05d18eab48b2bc885e01608030e19b (diff) | |
download | upstream-46945e02d3527e3948dacb3e74e5ddbc35da7238.tar.gz upstream-46945e02d3527e3948dacb3e74e5ddbc35da7238.tar.bz2 upstream-46945e02d3527e3948dacb3e74e5ddbc35da7238.zip |
realtek: remove unnecessary line from rtl838x/Platform in 5.10
The following line is already defined in arch/mips/Kbuild.platforms by
300-mips-add-rtl838x-platform.patch.
platform-$(CONFIG_RTL838X) += rtl838x/
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform | 1 |
1 files changed, 0 insertions, 1 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 4d48932d80..f9f189b689 100644 --- a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform +++ b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform @@ -1,6 +1,5 @@ # # Realtek RTL838x SoCs # -platform-$(CONFIG_RTL838X) += rtl838x/ cflags-$(CONFIG_RTL838X) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/ load-$(CONFIG_RTL838X) += 0xffffffff80000000 |