From 772fcb43c25d572cfb003bf9ae9752ad24697f54 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Sat, 18 Sep 2010 15:56:31 -0400 Subject: [PATCH] Allow parent makefile to override these variables --- Makefile.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.include b/Makefile.include index fc0ac6240..1d577bafa 100644 --- a/Makefile.include +++ b/Makefile.include @@ -7,10 +7,10 @@ default: all endif .PHONY: default -CROSS_COMPILE := arm-linux- +CROSS_COMPILE ?= arm-linux- -LINKERSCRIPT := $(MC1322X)/mc1322x.lds -LIBMC1322X := $(MC1322X)/lib +LINKERSCRIPT ?= $(MC1322X)/mc1322x.lds +LIBMC1322X ?= $(MC1322X)/lib include $(MC1322X)/config.mk