You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
573 B

  1. include $(top_srcdir)/common.mk
  2. noinst_LTLIBRARIES = libocdflashnor.la
  3. libocdflashnor_la_SOURCES = \
  4. core.c \
  5. tcl.c \
  6. $(NOR_DRIVERS) \
  7. drivers.c
  8. NOR_DRIVERS = \
  9. aduc702x.c \
  10. at91sam3.c \
  11. at91sam7.c \
  12. avrf.c \
  13. cfi.c \
  14. ecos.c \
  15. em357.c \
  16. faux.c \
  17. lpc2000.c \
  18. lpc288x.c \
  19. lpc2900.c \
  20. non_cfi.c \
  21. ocl.c \
  22. pic32mx.c \
  23. stmsmi.c \
  24. stellaris.c \
  25. stm32x.c \
  26. stm32f2xxx.c \
  27. str7x.c \
  28. str9x.c \
  29. str9xpec.c \
  30. tms470.c \
  31. virtual.c
  32. noinst_HEADERS = \
  33. core.h \
  34. cfi.h \
  35. driver.h \
  36. imp.h \
  37. non_cfi.h \
  38. ocl.h
  39. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in