Copy and paste / Build /

basedef.mk

  1. # Add inputs and outputs from these tool invocations to the build variables
  2.  
  3. C_DEPS +=
  4.  
  5. SYSROOT := $(SBI_SYSROOT)
  6.  
  7. ROOTSTRAP_INCS := $(addprefix -I $(SYSROOT)/,$(PLATFORM_INCS_EX))
  8. EFL_INCS :=
  9.  
  10. RS_LIBRARIES := $(addprefix -l,$(RS_LIBRARIES_EX))
  11.  
  12. PLATFORM_INCS := $(ROOTSTRAP_INCS) $(EFL_INCS) \
  13. -I"$(SDK_PATH)/library"
  14.