component.mk 251 B

123456789
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := include
  5. COMPONENT_SRCDIRS := src
  6. # disable stack protection in files which are involved in initialization of that feature
  7. src/stack_check.o: CFLAGS := $(filter-out -fstack-protector%, $(CFLAGS))