Header files re-arrangement
This commit is contained in:
parent
028451fa84
commit
602d3e2d98
9 changed files with 14 additions and 4 deletions
|
|
@ -177,7 +177,7 @@ IMGTOOL_ARGS=-$(IMGTOOL_FLASH_SIZE) -$(FLASH_MODE) -$(FLASH_SPEED)
|
|||
# Placing $(PROGRAM_DIR) and $(PROGRAM_DIR)include first allows
|
||||
# programs to have their own copies of header config files for components
|
||||
# , which is useful for overriding things.
|
||||
INC_DIRS = $(PROGRAM_DIR) $(PROGRAM_DIR)include $(ROOT)include $(ROOT)extras
|
||||
INC_DIRS = $(PROGRAM_DIR) $(PROGRAM_DIR)include $(ROOT)include
|
||||
|
||||
ifeq ($(OWN_LIBC),1)
|
||||
INC_DIRS += $(ROOT)libc/xtensa-lx106-elf/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue