From 1c93086b775519de48b9b19a1599fbdaf611a376 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Mar 2012 12:07:43 -0600 Subject: [PATCH] Makefile - Remove include of target.cfg as unneeded --- Makefile | 1 - TODO | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 470d35a3..2792ec0e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ include config.inc include $(RTEMS_MAKEFILE_PATH)/Makefile.inc include $(RTEMS_CUSTOM) include $(PROJECT_ROOT)/make/leaf.cfg -include $(PROJECT_ROOT)/make/target.cfg CFLAGS += -ffreestanding -I . -I contrib/altq -I contrib/pf -B $(INSTALL_BASE) -w -std=gnu99 diff --git a/TODO b/TODO index dbb1e7a2..268c22c3 100644 --- a/TODO +++ b/TODO @@ -3,5 +3,6 @@ - Makefile: add include config.inc - Generate config.inc - Remove internal setting of $PATH to include gcc-4.5.2/bin - - Split install for loop line that wraps + - Fix line with "install for loop" wraps + - Do include include target.cfg