commit | 8e7788f4bca3167f231e1f4c27dcccc9781d2fc5 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Apr 12 22:28:06 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 13 09:13:04 2010 +0200 |
tree | bf54b9e5f5791bf9a777aa8af310f93c7e26428e | |
parent | 685b7f59e2c61bcc04db203fab195db35ca03831 [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index 0b70dca..fdd781a 100644 --- a/Makefile +++ b/Makefile
@@ -244,7 +244,7 @@ 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