From fe0a91587655c639443f42be6a9792d81a0b7982 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 29 Nov 2011 02:49:16 -0500 Subject: Makefile: use $(MAKEDIR) instead of $(SUPPORT_PATH)/make. Signed-off-by: Marti Bolivar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e00ed6..9b37580 100644 --- a/Makefile +++ b/Makefile @@ -62,8 +62,8 @@ LDFLAGS = -T$(LDDIR)/$(LDSCRIPT) -L$(LDDIR) \ ## Build rules and useful templates ## -include $(SUPPORT_PATH)/make/build-rules.mk -include $(SUPPORT_PATH)/make/build-templates.mk +include $(MAKEDIR)/build-rules.mk +include $(MAKEDIR)/build-templates.mk ## ## Set all submodules here -- cgit v1.2.3