diff options
-rw-r--r-- | ldso/ldso/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 0e4709aa9..3a382673c 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -87,7 +87,8 @@ $(AOBJS): %.o : %.S $(CC) $(XXFLAGS) $(ASFLAGS) -I../libdl -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o -ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c +ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c \ + $(TARGET_ARCH)/dl-startup.h clean: $(RM) $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i ldso.h *~ |