summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-02-07 12:29:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-13 09:22:33 +0100
commitc429c6841621a9272f92b35d401419806c4727f4 (patch)
tree6eb518a00820d5e8a8d1d8d86e2746a2dfe969c6 /common/Makefile
parent2ccd4510bd74d01ad20b276f0e2e51ced0c475a8 (diff)
downloadbarebox-c429c6841621a9272f92b35d401419806c4727f4.tar.gz
barebox-c429c6841621a9272f92b35d401419806c4727f4.tar.xz
console: consolidate common console code
The different console implementations share a good amount of code, share this in console_common.c. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 7206eed8b1..34eadaf5ac 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -23,7 +23,7 @@ obj-$(CONFIG_MEMINFO) += meminfo.o
obj-$(CONFIG_COMMAND_SUPPORT) += command.o
obj-$(CONFIG_CONSOLE_FULL) += console.o
obj-$(CONFIG_CONSOLE_SIMPLE) += console_simple.o
-obj-$(CONFIG_CONSOLE_NONE) += console_none.o
+obj-y += console_common.o
obj-$(CONFIG_DIGEST) += digest.o
obj-$(CONFIG_ENVIRONMENT_VARIABLES) += env.o
obj-$(CONFIG_UIMAGE) += image.o