diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2021-07-23 05:25:43 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-08-12 17:01:50 +0300 |
commit | 3f66601ef3f3e336c1f8181f183001b58be62067 (patch) | |
tree | d8ac3776342ddde72213715629e7c8c269aec82b /arch/mips | |
parent | 104f942b2832ab1340dab34ae2dad8b31b772788 (diff) | |
download | linux-3f66601ef3f3e336c1f8181f183001b58be62067.tar.xz |
MIPS: Make a alias for pistachio_defconfig
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 4e942b7ef022..6eaeee3fb46c 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -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) |