diff options
author | Tom Rini <trini@ti.com> | 2014-11-17 08:43:40 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-17 08:43:40 -0500 |
commit | bdf790fabc8185112b3f699c8a25aab09c50239e (patch) | |
tree | 1ad02576f6849a800905eb47ccf4a878c5bfa6d1 /arch/sh/lib/Makefile | |
parent | 256d83cd6d8caf345ffba414a0f77f30d68caf8a (diff) | |
parent | 570dd7f441c2d2d2e83a9345608801c92e7d2c6f (diff) | |
download | u-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.zip u-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.tar.gz u-boot-imx-bdf790fabc8185112b3f699c8a25aab09c50239e.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/lib/Makefile')
-rw-r--r-- | arch/sh/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 8a84b24..1304f4e 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile @@ -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 |