summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:06 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:04 +0200
commit0de71d507157c4bd4fddcd3a419140d2b986eed2 (patch)
treebf54b9e5f5791bf9a777aa8af310f93c7e26428e /Makefile
parent78acc472d9719316f22e002a009a998d9ceec29d (diff)
downloadblackbird-obmc-uboot-0de71d507157c4bd4fddcd3a419140d2b986eed2.tar.gz
blackbird-obmc-uboot-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b70dcae40..fdd781a865 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud