From 79f5f1e8678d2b8ee15ce37b4dbe770d2cadaf54 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 17 Feb 2005 03:00:29 +0000 Subject: Make target stuff last so it can override everything else --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbe5ee875..045aa19ef 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,6 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils include toolchain/Makefile.in include package/Makefile.in -include target/Makefile.in ############################################################# # @@ -75,6 +74,9 @@ include toolchain/*/*.mk include package/*/*.mk include target/*/*.mk +# target stuff is last so it can override anything else +include target/Makefile.in + TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS)) TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS)) -- cgit v1.2.3-55-g7522