diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-10-07 23:26:33 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-22 11:08:55 +0200 |
commit | e37a0bca8260a2a3348499ab20ce8586e763d211 (patch) | |
tree | 43d2a86e56d775e9ff65be3c8b9035794e3b156d /arch/arm/plat-omap | |
parent | ARM: omap: un-merge plat/sram.c (diff) | |
download | linux-e37a0bca8260a2a3348499ab20ce8586e763d211.tar.xz linux-e37a0bca8260a2a3348499ab20ce8586e763d211.zip |
ARM: omap: remove empty plat-omap directory
The last file in this directory is gone, and it can be removed as well.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile deleted file mode 100644 index fefce2e1eaf3..000000000000 --- a/arch/arm/plat-omap/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -# -# Makefile for the linux kernel. -# - -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include - -# Common support -obj-y := |