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.
 
 
 
 
 
 

54 lines
703 B

  1. AM_CPPFLAGS = \
  2. -I$(top_srcdir)/src \
  3. -I$(top_builddir)/src
  4. noinst_LTLIBRARIES = libocdflashnor.la
  5. libocdflashnor_la_SOURCES = \
  6. core.c \
  7. tcl.c \
  8. $(NOR_DRIVERS) \
  9. drivers.c
  10. NOR_DRIVERS = \
  11. aduc702x.c \
  12. at91sam3.c \
  13. at91sam7.c \
  14. avrf.c \
  15. cfi.c \
  16. ecos.c \
  17. faux.c \
  18. lpc2000.c \
  19. lpc288x.c \
  20. lpc2900.c \
  21. non_cfi.c \
  22. ocl.c \
  23. pic32mx.c \
  24. stellaris.c \
  25. stm32x.c \
  26. str7x.c \
  27. str9x.c \
  28. str9xpec.c \
  29. tms470.c
  30. noinst_HEADERS = \
  31. at91sam7.h \
  32. at91sam3.h \
  33. avrf.h \
  34. core.h \
  35. cfi.h \
  36. driver.h \
  37. imp.h \
  38. lpc2000.h \
  39. lpc288x.h \
  40. non_cfi.h \
  41. ocl.h \
  42. pic32mx.h \
  43. stellaris.h \
  44. stm32x.h \
  45. str7x.h \
  46. str9x.h \
  47. str9xpec.h \
  48. tms470.h
  49. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in