diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-28 11:13:27 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-08 09:35:47 -0500 |
commit | 77d267502295ffc4d83e80fa175583f8b6460615 (patch) | |
tree | 65d20e7c30abb99cd2b01ebe33e7d6178d2544ea /lib/Makefile | |
parent | f071c501901281ae2de7a372ec12270dce91c426 (diff) | |
download | u-boot-imx-77d267502295ffc4d83e80fa175583f8b6460615.zip u-boot-imx-77d267502295ffc4d83e80fa175583f8b6460615.tar.gz u-boot-imx-77d267502295ffc4d83e80fa175583f8b6460615.tar.bz2 |
libfdt: descend from lib/ to lib/libfdt/
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 09b011f..e8635ef 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_LZO) += lzo/ obj-$(CONFIG_ZLIB) += zlib/ obj-$(CONFIG_BZIP2) += bzip2/ obj-$(CONFIG_TIZEN) += tizen/ +obj-y += libfdt/ obj-$(CONFIG_AES) += aes.o obj-$(CONFIG_USB_TTY) += circbuf.o |