diff options
-rw-r--r-- | tools/lib/lk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/lk/Makefile b/tools/lib/lk/Makefile index 926cbf3efc7f..2c5a19733357 100644 --- a/tools/lib/lk/Makefile +++ b/tools/lib/lk/Makefile | |||
@@ -1,5 +1,8 @@ | |||
1 | include ../../scripts/Makefile.include | 1 | include ../../scripts/Makefile.include |
2 | 2 | ||
3 | CC = $(CROSS_COMPILE)gcc | ||
4 | AR = $(CROSS_COMPILE)ar | ||
5 | |||
3 | # guard against environment variables | 6 | # guard against environment variables |
4 | LIB_H= | 7 | LIB_H= |
5 | LIB_OBJS= | 8 | LIB_OBJS= |