diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-06 21:29:32 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-18 16:34:32 +0200 |
commit | b4a30e9c7480603a02d8ad788975428b9c6dc876 (patch) | |
tree | b3cb6eab4f89e04f0071972b026b9193a884883d /arch/mips/jz4740/Makefile | |
parent | MIPS: generic: Add support for Ingenic SoCs (diff) | |
download | linux-b4a30e9c7480603a02d8ad788975428b9c6dc876.tar.xz linux-b4a30e9c7480603a02d8ad788975428b9c6dc876.zip |
MIPS: jz4740: Drop all obsolete files
Support for Ingenic SoCs is now provided by the arch/mips/generic/ code,
so all files in the arch/mips/jz4740/ folder can dropped, except for the
Kconfig, and the cpu-feature-overrides.h header file.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r-- | arch/mips/jz4740/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile deleted file mode 100644 index f96c0f5eca44..000000000000 --- a/arch/mips/jz4740/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# -# Makefile for the Ingenic JZ4740. -# - -# Object file lists. -obj-y += setup.o - -CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt |