diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2017-03-31 10:00:42 +0100 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-08 22:54:14 +0000 |
commit | 0861aa1251c749bbec4ee124ee21660c2f263da4 (patch) | |
tree | 31f779ed9d797f95e4a3fd3505a49aaaf309e4e0 /arch/mips/Makefile | |
parent | b35565bb16a55e5b8c5067e891b7b31a4359bda6 (diff) | |
download | op-kernel-dev-0861aa1251c749bbec4ee124ee21660c2f263da4.zip op-kernel-dev-0861aa1251c749bbec4ee124ee21660c2f263da4.tar.gz |
MIPS: Xilfpga: Switch to using generic defconfigs
Use the generic platform code and remove arch/mips/xilfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15847/
[jhogan@kernel.org: Update arch/mips/Makefile snippet and move to end]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 9506614..9f6a26d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -544,3 +544,7 @@ sead3_defconfig: .PHONY: sead3micro_defconfig sead3micro_defconfig: $(Q)$(MAKE) -f $(srctree)/Makefile micro32r2el_defconfig BOARDS=sead-3 + +.PHONY: xilfpga_defconfig +xilfpga_defconfig: + $(Q)$(MAKE) -f $(srctree)/Makefile 32r2el_defconfig BOARDS=xilfpga |