mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-29 21:40:16 +08:00
Makefile - Remove include of target.cfg as unneeded
This commit is contained in:
parent
7e970b1d4a
commit
1c93086b77
1
Makefile
1
Makefile
@ -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
3
TODO
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user