From 2ac4785c2fc5289780f63a00d9b9a75dd658b15e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 23 Aug 2005 22:29:44 +0200 Subject: Fix make dependencies for at91rm9200 and ks8695 cpus Patch by Steven Scholz, 23 Aug 2005 --- cpu/arm920t/ks8695/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/arm920t/ks8695/Makefile') diff --git a/cpu/arm920t/ks8695/Makefile b/cpu/arm920t/ks8695/Makefile index ada7174..ac49060 100644 --- a/cpu/arm920t/ks8695/Makefile +++ b/cpu/arm920t/ks8695/Makefile @@ -35,8 +35,8 @@ $(LIB): $(OBJS) $(SOBJS) ######################################################################### -.depend: Makefile $(OBJS:.o=.c) - $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@ +.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c) + $(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@ sinclude .depend -- cgit v1.1