]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/Makefile
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
[karo-tx-uboot.git] / arch / sh / lib / Makefile
index 8a84b24af193d771d8dc87139594cfb2aba4a749..1304f4ee93afb3458ed7b84e9764a87100ad4e9a 100644 (file)
@@ -8,7 +8,7 @@
 
 obj-y  += board.o
 obj-$(CONFIG_CMD_BOOTM) += bootm.o
-ifeq ($(CONFIG_SH2),y)
+ifeq ($(CONFIG_CPU_SH2),y)
 obj-y  += time_sh2.o
 else
 obj-y  += time.o