diff options
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 6f672532e..fc35830db 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -13,7 +13,7 @@ # 9) rebuild and install full libc (in case of musl/uclibc) # 10) build and install gdb debugger -include $(TOPDIR)/rules.mk +include $(ADK_TOPDIR)/rules.mk TARGETS:=binutils gmp mpfr mpc libelf gcc gdb ifeq ($(ADK_TARGET_LIB_GLIBC),y) |