[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1353922083-1094-1-git-send-email-alessio.bogani@elettra.trieste.it>
Date: Mon, 26 Nov 2012 10:28:03 +0100
From: Alessio Igor Bogani <alessio.bogani@...ttra.trieste.it>
To: Tony Lindgren <tony@...mide.com>
Cc: linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org,
Alessio Igor Bogani <alessio.bogani@...ttra.trieste.it>
Subject: [PATCH] ARM: OMAP: Conditionally compile counter_32k
The 32K timer isn't available on all OMAP devices.
Signed-off-by: Alessio Igor Bogani <alessio.bogani@...ttra.trieste.it>
---
arch/arm/plat-omap/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile
index 8d88584..b1b321c 100644
--- a/arch/arm/plat-omap/Makefile
+++ b/arch/arm/plat-omap/Makefile
@@ -3,11 +3,13 @@
#
# Common support
-obj-y := sram.o dma.o fb.o counter_32k.o
+obj-y := sram.o dma.o fb.o
obj-m :=
obj-n :=
obj- :=
+obj-$(CONFIG_OMAP_32K_TIMER) += counter_32k.o
+
# omap_device support (OMAP2+ only at the moment)
obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists