summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
committerWolfgang Denk <wd@atlas.denx.de>2006-03-07 00:22:36 +0100
commit0be248fa9a32667d29b0eb1bad77bbd372903e61 (patch)
tree8e32a9e044f0e8a9a39436936b304ac1a2786cc1 /Makefile
parent951a954b77ef30df1f5c1b7b9b4312e783b2cbb4 (diff)
downloadtalos-obmc-uboot-0be248fa9a32667d29b0eb1bad77bbd372903e61.tar.gz
talos-obmc-uboot-0be248fa9a32667d29b0eb1bad77bbd372903e61.zip
Cleanup (get rid of debug code that sneaked in)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 67eb0dc0bb..4192856a6f 100644
--- a/Makefile
+++ b/Makefile
@@ -208,9 +208,6 @@ etags:
net disk rtc dtt drivers drivers/sk98lin common \
\( -name CVS -prune \) -o \( -name '*.[ch]' -print \)`
-ctags:
- ctags -Re
-
System.map: u-boot
@$(NM) $< | \
grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
@@ -1644,12 +1641,12 @@ cerf250_config : unconfig
cradle_config : unconfig
@./mkconfig $(@:_config=) arm pxa cradle
-delta_config :
- @./mkconfig $(@:_config=) arm pxa delta
-
csb226_config : unconfig
@./mkconfig $(@:_config=) arm pxa csb226
+delta_config :
+ @./mkconfig $(@:_config=) arm pxa delta
+
innokom_config : unconfig
@./mkconfig $(@:_config=) arm pxa innokom
OpenPOWER on IntegriCloud