diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-18 11:17:30 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:54 -0500 |
commit | fdc36977b33e2e801866ef3279e98bd12bc07b4d (patch) | |
tree | b5bf8b26e2979ea96042f5c274a68c9d59b40021 /Makefile | |
parent | 8a7e7d5697a8b14ec02731d003bed89b1c54dfb7 (diff) | |
download | u-boot-imx-fdc36977b33e2e801866ef3279e98bd12bc07b4d.zip u-boot-imx-fdc36977b33e2e801866ef3279e98bd12bc07b4d.tar.gz u-boot-imx-fdc36977b33e2e801866ef3279e98bd12bc07b4d.tar.bz2 |
Makefile: move some libraries to lib/Makefile
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -231,11 +231,6 @@ OBJS := $(addprefix $(obj),$(OBJS)) HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n) LIBS-y += lib/ -LIBS-$(CONFIG_RSA) += lib/rsa/ -LIBS-$(CONFIG_LZMA) += lib/lzma/ -LIBS-$(CONFIG_LZO) += lib/lzo/ -LIBS-$(CONFIG_ZLIB) += lib/zlib/ -LIBS-$(CONFIG_TIZEN) += lib/tizen/ LIBS-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/ LIBS-y += $(CPUDIR)/ ifdef SOC |