OSDN Git Service

sh: Use common clock framework.
[uclinux-h8/linux.git] / arch / sh / kernel / cpu / sh4 / Makefile
index 3a1dbc7..b822c0c 100644 (file)
@@ -14,6 +14,7 @@ perf-$(CONFIG_CPU_SUBTYPE_SH7750)     := perf_event.o
 perf-$(CONFIG_CPU_SUBTYPE_SH7750S)     := perf_event.o
 perf-$(CONFIG_CPU_SUBTYPE_SH7091)      := perf_event.o
 
+ifndef CONFIG_OF
 # CPU subtype setup
 obj-$(CONFIG_CPU_SUBTYPE_SH7750)       += setup-sh7750.o
 obj-$(CONFIG_CPU_SUBTYPE_SH7750R)      += setup-sh7750.o
@@ -31,6 +32,7 @@ endif
 
 # Additional clocks by subtype
 clock-$(CONFIG_CPU_SUBTYPE_SH4_202)    += clock-sh4-202.o
+endif
 
 obj-y                                  += $(clock-y)
 obj-$(CONFIG_PERF_EVENTS)              += $(perf-y)