summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldso/Makefile3
-rw-r--r--ldso/util/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 8796649b5..bb9328a5c 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -1,6 +1,5 @@
TOPDIR=../
-include $(TOPDIR)Rules.mak
-include Config.mk
+include Rules.mak
SUBDIRS = util d-link libdl # man
TARGETDIR=/usr/$(TARGET_ARCH)-linux-uclibc
diff --git a/ldso/util/Makefile b/ldso/util/Makefile
index 18e8794ba..ac80544e9 100644
--- a/ldso/util/Makefile
+++ b/ldso/util/Makefile
@@ -1,6 +1,5 @@
TOPDIR=../../
-include $(TOPDIR)Rules.mak
-include ../Config.mk
+include $(TOPDIR)/ld.so-1/Rules.mak
CFLAGS += -DLDSO_ADDR="0x62f00020" # needed by ldd.o
CFLAGS += -I./ -I../../include/