mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
libfdt: descend from lib/ to lib/libfdt/
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
f071c50190
commit
77d2675022
2 changed files with 1 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue