diff options
author | Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> | 2016-04-06 10:14:08 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-13 22:22:52 +0200 |
commit | e60ba933bc94b778425612c039a16b3acd4bf756 (patch) | |
tree | 44577c16629dac575ff84dbc1a64fcca6b2c2e1e /arch/arm/mach-omap2/Makefile | |
parent | Linux 4.6-rc1 (diff) | |
download | linux-e60ba933bc94b778425612c039a16b3acd4bf756.tar.xz linux-e60ba933bc94b778425612c039a16b3acd4bf756.zip |
ARM: OMAP2+: remove redundant multiplatform checks
The directory arch/arm/mach-omap2 is only selected for compilation if
CONFIG_ARCH_OMAP2PLUS is selected. CONFIG_ARCH_OMAP2PLUS itself is a
silent option and all machines selecting this option are multiplatform
devices. As a consequence checks for CONFIG_ARCH_MULTIPLATFORM as well
as CONFIG_ARCH_OMAP2PLUS within that directory are superfluous and can
be removed.
Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 0ba6a0e6fa19..04e276ce8413 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \ +ccflags-y := -I$(srctree)/$(src)/include \ -I$(srctree)/arch/arm/plat-omap/include # Common support |