diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2023-02-22 20:19:58 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-06 17:03:56 -0500 |
commit | c6c2fe9936722c89f6a96d308833a84c2c9e1151 (patch) | |
tree | fdadc21268596285fbb73b8229bd6d3b08e46d25 /arch/arm/cpu | |
parent | 95f79553849cfb936f8c1e8d453b5a8b73db462c (diff) |
ARM: remove SPEAR entry in makefile
As the lastest spear directories are removed, delete the associated entry
in Makefile.
Fixes: 570c3dcfc153 ("arm: Remove spear600 boards and the rest of SPEAr support")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/arm926ejs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/Makefile b/arch/arm/cpu/arm926ejs/Makefile index 7e7ad4f35d..8cfe3f0fbb 100644 --- a/arch/arm/cpu/arm926ejs/Makefile +++ b/arch/arm/cpu/arm926ejs/Makefile @@ -13,7 +13,6 @@ endif endif obj-$(if $(filter mxs,$(SOC)),y) += mxs/ -obj-$(if $(filter spear,$(SOC)),y) += spear/ obj-$(CONFIG_ARCH_SUNXI) += sunxi/ # some files can only build in ARM or THUMB2, not THUMB1 |