Skip to content

Commit

Permalink
libfdt: descend from lib/ to lib/libfdt/
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <[email protected]>
masahir0y authored and trini committed Dec 8, 2014
1 parent f071c50 commit 77d2675
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -640,7 +640,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/
1 change: 1 addition & 0 deletions lib/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77d2675

Please sign in to comment.