diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:06 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:04 +0200 |
commit | 0de71d507157c4bd4fddcd3a419140d2b986eed2 (patch) | |
tree | bf54b9e5f5791bf9a777aa8af310f93c7e26428e /Makefile | |
parent | 78acc472d9719316f22e002a009a998d9ceec29d (diff) | |
download | u-boot-midas-0de71d507157c4bd4fddcd3a419140d2b986eed2.tar.gz u-boot-midas-0de71d507157c4bd4fddcd3a419140d2b986eed2.tar.bz2 u-boot-midas-0de71d507157c4bd4fddcd3a419140d2b986eed2.zip |
Move libfdt/ into lib/
Move the libfdt directory into the common lib/ directory to clean up the
top-level directory.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ LIBS += drivers/usb/phy/libusb_phy.a LIBS += drivers/video/libvideo.a LIBS += drivers/watchdog/libwatchdog.a LIBS += common/libcommon.a -LIBS += libfdt/libfdt.a +LIBS += lib/libfdt/libfdt.a LIBS += api/libapi.a LIBS += post/libpost.a |