[U-Boot] [PATCH 2/3] libfdt: descend from lib/ to lib/libfdt/

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Nov 28 03:13:27 CET 2014


Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 Makefile     | 1 -
 lib/Makefile | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 79cb45c..e91c4a4 100644
--- a/Makefile
+++ b/Makefile
@@ -645,7 +645,6 @@ libs-y += drivers/usb/musb-new/
 libs-y += drivers/usb/phy/
 libs-y += drivers/usb/ulpi/
 libs-y += common/
-libs-y += lib/libfdt/
 libs-$(CONFIG_API) += api/
 libs-$(CONFIG_HAS_POST) += post/
 libs-y += test/
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
-- 
1.9.1



More information about the U-Boot mailing list