makefile 629 B

12345678910111213141516171819202122
  1. ###################################################################
  2. # flag
  3. ###################################################################
  4. MOD_SRC =
  5. MOD_OBJ = $(PRELOADER_OUT)/obj
  6. ###################################################################
  7. # source files
  8. # - add your file here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9. ###################################################################
  10. MOD_SRC := pal_log.c \
  11. pal_timer.c \
  12. pal_mutex.c
  13. ###################################################################
  14. # target
  15. ###################################################################
  16. include $(COMMON_FILE_MK)