Message ID | 20210627045631.2882-10-jiaxun.yang@flygoat.com |
---|---|
State | Superseded |
Headers | show |
Series | MIPS: Migrate pistachio to generic kernel | expand |
在 2021/6/27 下午12:56, Jiaxun Yang 写道: > For those who miss the old defconfig, make a alias to generic > kernel. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > arch/mips/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/mips/Makefile b/arch/mips/Makefile > index 258234c35a09..9713f8d2fc99 100644 > --- a/arch/mips/Makefile > +++ b/arch/mips/Makefile > @@ -563,6 +563,9 @@ sead3micro_defconfig-y := micro32r2el_defconfig BOARDS=sead-3 > legacy_defconfigs += xilfpga_defconfig > xilfpga_defconfig-y := 32r2el_defconfig BOARDS=xilfpga > > +legacy_defconfigs += pistachio_defconfig > +xilfpga_defconfig-y := 32r2el_defconfig BOARDS=marduk oops... Typo... Will fix in next reversion. Thanks. - Jiaxun > + > .PHONY: $(legacy_defconfigs) > $(legacy_defconfigs): > $(Q)$(MAKE) -f $(srctree)/Makefile $($@-y)
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 258234c35a09..9713f8d2fc99 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -563,6 +563,9 @@ sead3micro_defconfig-y := micro32r2el_defconfig BOARDS=sead-3 legacy_defconfigs += xilfpga_defconfig xilfpga_defconfig-y := 32r2el_defconfig BOARDS=xilfpga +legacy_defconfigs += pistachio_defconfig +xilfpga_defconfig-y := 32r2el_defconfig BOARDS=marduk + .PHONY: $(legacy_defconfigs) $(legacy_defconfigs): $(Q)$(MAKE) -f $(srctree)/Makefile $($@-y)
For those who miss the old defconfig, make a alias to generic kernel. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- arch/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+)