Jelajahi Sumber

sh: Remove CC line from board's Makefile

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Nobuhiro Iwamatsu 16 tahun lalu
induk
melakukan
c75e772a2f
2 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 3
      board/rsk7203/Makefile
  2. 0 3
      board/sh7785lcr/Makefile

+ 0 - 3
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
 

+ 0 - 3
board/sh7785lcr/Makefile

@@ -34,9 +34,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