summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:29 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:29 +0200
commitabfeb961e0ea5aed05acc8e672d497d9dfcc7835 (patch)
treed513aa902d220fe556e9c486bcffd7464efc2202 /common/Makefile
parent708897f52f0d8ea042ccc3b68a5a5b43a162ef66 (diff)
downloadbarebox-abfeb961e0ea5aed05acc8e672d497d9dfcc7835.tar.gz
barebox-abfeb961e0ea5aed05acc8e672d497d9dfcc7835.tar.xz
svn_rev_166
ppc startup cleaunup
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 915ea69f30..42bd5f79b5 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -87,4 +87,5 @@ obj-$(CONFIG_CMD_SLEEP) += cmd_misc.o
obj-y += mtdpart.o
obj-y += env.o
-
+obj-y += startup.o
+obj-y += misc.o