summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 1c9fc8fef..3836a01d3 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -38,9 +38,9 @@ endif
headers:
$(LN) -fs $(TOPDIR)../include/elf.h include/
- $(LN) -fs ../ldso/$(TARGET_ARCH)/boot1_arch.h include/
- $(LN) -fs ../ldso/$(TARGET_ARCH)/ld_syscalls.h include/
- $(LN) -fs ../ldso/$(TARGET_ARCH)/ld_sysdep.h include/
+ $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-startup.h include/
+ $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-syscalls.h include/
+ $(LN) -fs ../ldso/$(TARGET_ARCH)/dl-sysdep.h include/
clean:
set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done