Makefile - Remove include of target.cfg as unneeded

This commit is contained in:
Joel Sherrill 2012-03-07 12:07:43 -06:00
parent 7e970b1d4a
commit 1c93086b77
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@ include config.inc
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg 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 CFLAGS += -ffreestanding -I . -I contrib/altq -I contrib/pf -B $(INSTALL_BASE) -w -std=gnu99

3
TODO
View File

@ -3,5 +3,6 @@
- Makefile: add include config.inc - Makefile: add include config.inc
- Generate config.inc - Generate config.inc
- Remove internal setting of $PATH to include gcc-4.5.2/bin - 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