diff options
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index d4e16ec91..9aa450015 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -23,7 +23,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -ALL_SUBDIRS = ldso libdl util +ALL_SUBDIRS = ldso libdl all: headers @@ -33,16 +33,13 @@ else echo "Not building ld-uClibc" endif -shared: utils +shared: ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y) $(MAKE) -C libdl; else echo "Not building libdl" endif -utils: - $(MAKE) -C util; - headers: $(LN) -fs $(TOPDIR)../include/elf.h include/ $(LN) -fs ../ldso/$(TARGET_ARCH)/boot1_arch.h include/ |