ARM: simplify machdirs/platdirs handling
authorArnd Bergmann <arnd@arndb.de>
Wed, 27 Jul 2022 09:53:02 +0000 (11:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 18 Aug 2022 14:44:59 +0000 (16:44 +0200)
commit8c7d29a75397198154f66541c2af18a8feccac42
tree64eb1d99ab5218f79e0b47a2dd7aad7c5075f2b8
parent92481c7d14b8030418f00c4b4ec65556565d892d
ARM: simplify machdirs/platdirs handling

There is only one plat-* directory left, and the MACHINE variable is
only used for the mach/*.h header path.

Simplify this by removing the checks for ARCH_MULTIPLATFORM and
ARM_SINGLE_ARMV7M, and just adding the include directories for the
remaining three platforms manually.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Makefile