summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorGerald Van Baren <vanbaren@cideas.com>2008-06-03 20:34:45 -0400
committerGerald Van Baren <vanbaren@cideas.com>2008-06-09 21:13:35 -0400
commitfec6d9ee7c10443f65ce1788ef818919167bbf2e (patch)
tree1504a066f4062f5ddead739a32555a4a7a1df09d /common/Makefile
parent62bcdda293efa752f8281fbd9da03822b27ce82f (diff)
Remove the deprecated CONFIG_OF_FLAT_TREE
Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is cleaner, has better functionality, and is better supported. Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index b425795e9..42871087a 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -119,7 +119,6 @@ COBJS-y += env_nowhere.o
COBJS-y += exports.o
COBJS-y += flash.o
COBJS-y += fpga.o
-COBJS-y += ft_build.o
COBJS-y += hush.o
COBJS-y += kgdb.o
COBJS-y += lcd.o