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>
This commit is contained in:
parent
4021dd527b
commit
f603090311
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Realtek RTL838x SoCs
|
# Realtek RTL838x SoCs
|
||||||
#
|
#
|
||||||
cflags-$(CONFIG_RTL838X) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/
|
cflags-$(CONFIG_RTL83XX) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/
|
||||||
load-$(CONFIG_RTL838X) += 0xffffffff80000000
|
load-$(CONFIG_RTL83XX) += 0xffffffff80000000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user