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.
 
 
 
 
 
 

42 lines
548 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. faux.c \
  16. lpc2000.c \
  17. lpc288x.c \
  18. lpc2900.c \
  19. non_cfi.c \
  20. ocl.c \
  21. pic32mx.c \
  22. spearsmi.c \
  23. stellaris.c \
  24. stm32x.c \
  25. str7x.c \
  26. str9x.c \
  27. str9xpec.c \
  28. tms470.c \
  29. virtual.c
  30. noinst_HEADERS = \
  31. core.h \
  32. cfi.h \
  33. driver.h \
  34. imp.h \
  35. non_cfi.h \
  36. ocl.h
  37. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in