diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-13 17:26:29 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-28 22:50:20 +0300 |
commit | e07fec6062865ae4fbc096223fbceac039b18acf (patch) | |
tree | b7a6883f561aeab2f0c2623aec2d9910f3490898 /arch/arm/mach-integrator/Makefile | |
parent | ccea5e8a5918110a45c5f1c42ccd56affa0febcb (diff) | |
download | linux-e07fec6062865ae4fbc096223fbceac039b18acf.tar.xz |
ARM: integrator: Retire LM and IM-PD1 boardfile code
We now support probing and populating logical modules and
the IM-PD1 example module in particular directly from the
device tree using the LM bus driver.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Makefile')
-rw-r--r-- | arch/arm/mach-integrator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/Makefile b/arch/arm/mach-integrator/Makefile index 71b97ffe8d32..7857a55c90b0 100644 --- a/arch/arm/mach-integrator/Makefile +++ b/arch/arm/mach-integrator/Makefile @@ -5,7 +5,6 @@ # Object file lists. -obj-y := core.o lm.o +obj-y := core.o obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o -obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o |