summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-09-24 01:40:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-09-24 01:40:06 +0200
commit14b5c2a647924440444977806c72b8ee6f586e26 (patch)
tree66dbf1b77d7ed2222db20a7a13ac9a7461d16a69 /common/Makefile
parentd97304aef21a7f3ac5a6699e3549e30507c760a3 (diff)
downloadbarebox-14b5c2a647924440444977806c72b8ee6f586e26.tar.gz
barebox-14b5c2a647924440444977806c72b8ee6f586e26.tar.xz
- teach hush to honour PATH variable
- remove common/main.c. This is now handled in the different shells.
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/Makefile b/common/Makefile
index b83c437f03..b0df09a7c9 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -1,9 +1,8 @@
-obj-$(CONFIG_HUSH_PARSER) += hush.o
-obj-$(CONFIG_SIMPLE_PARSER) += parser.o
+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-y += main.o
obj-y += dlmalloc.o
obj-y += clock.o
obj-y += command.o