MIPS: Make a alias for pistachio_defconfig
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Fri, 23 Jul 2021 02:25:43 +0000 (10:25 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 12 Aug 2021 14:01:50 +0000 (16:01 +0200)
For those who miss the old defconfig, make a alias to generic
kernel.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Makefile

index 4e942b7..6eaeee3 100644 (file)
@@ -560,6 +560,9 @@ sead3micro_defconfig-y              := micro32r2el_defconfig BOARDS=sead-3
 legacy_defconfigs              += xilfpga_defconfig
 xilfpga_defconfig-y            := 32r2el_defconfig BOARDS=xilfpga
 
+legacy_defconfigs              += pistachio_defconfig
+pistachio_defconfig-y          := 32r2el_defconfig BOARDS=marduk
+
 .PHONY: $(legacy_defconfigs)
 $(legacy_defconfigs):
        $(Q)$(MAKE) -f $(srctree)/Makefile $($@-y)