component.mk 370 B

123456789101112
  1. #
  2. # "main" pseudo-component makefile.
  3. #
  4. # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
  5. CFLAGS += -DPOSIX -DLINKALL -DLOOPBACK -DDACAUDIO \
  6. -I$(COMPONENT_PATH)/../components/codecs/inc \
  7. -I$(COMPONENT_PATH)/../components/codecs/inc/mad \
  8. -I$(COMPONENT_PATH)/../components/codecs/inc/faad2
  9. LDFLAGS += -s