summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-14 10:08:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-14 13:40:17 +0100
commita746f4685a1dec66fc59bf8b9e20524b10a5d8b7 (patch)
tree1490da5b3da525e1a0134aff596db18fec2821dd /common/Makefile
parenta46098b1d18872cc468f849f87d39b1c9038c581 (diff)
downloadbarebox-a746f4685a1dec66fc59bf8b9e20524b10a5d8b7.tar.gz
barebox-a746f4685a1dec66fc59bf8b9e20524b10a5d8b7.tar.xz
remove old ft_build support
This is unused now as its only user (ppc) is switched to libfdt based oftree support" Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 9bce47943c..237c6b0430 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -1,7 +1,6 @@
obj-$(CONFIG_SHELL_HUSH) += hush.o
obj-$(CONFIG_SHELL_SIMPLE) += parser.o
obj-$(CONFIG_GREGORIAN_CALENDER) += date.o
-obj-$(CONFIG_OF_FLAT_TREE) += ft_build.o
obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_ENV_HANDLING) += environment.o
obj-$(CONFIG_AUTO_COMPLETE) += complete.o