diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:28:15 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:28:15 +0900 |
commit | c75e772a2f061a508bba28ded1b5bea91f0442b0 (patch) | |
tree | bd6c83643df5b002fcea1e348bea460be1676ca2 /board/rsk7203/Makefile | |
parent | 468eae0660de6fdfd9999944c536ecc4797bd944 (diff) | |
download | u-boot-imx-c75e772a2f061a508bba28ded1b5bea91f0442b0.zip u-boot-imx-c75e772a2f061a508bba28ded1b5bea91f0442b0.tar.gz u-boot-imx-c75e772a2f061a508bba28ded1b5bea91f0442b0.tar.bz2 |
sh: Remove CC line from board's Makefile
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/rsk7203/Makefile')
-rw-r--r-- | board/rsk7203/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile index a44f9ca..7365d19 100644 --- a/board/rsk7203/Makefile +++ b/board/rsk7203/Makefile @@ -37,9 +37,6 @@ distclean: clean ######################################################################### -.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c) - $(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@ - # defines $(obj).depend target include $(SRCTREE)/rules.mk |