aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm920t/ks8695/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/ks8695/Makefile')
-rw-r--r--cpu/arm920t/ks8695/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/arm920t/ks8695/Makefile b/cpu/arm920t/ks8695/Makefile
index ada71740b..ac4906089 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