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.
 
 
 
 
 
 

47 lines
603 B

  1. include $(top_srcdir)/common.mk
  2. noinst_LTLIBRARIES = libocdflashnand.la
  3. libocdflashnand_la_SOURCES = \
  4. ecc.c \
  5. ecc_kw.c \
  6. core.c \
  7. fileio.c \
  8. tcl.c \
  9. arm_io.c \
  10. $(NAND_DRIVERS) \
  11. driver.c
  12. NAND_DRIVERS = \
  13. nonce.c \
  14. davinci.c \
  15. lpc3180.c \
  16. lpc32xx.c \
  17. mxc.c \
  18. mx3.c \
  19. orion.c \
  20. s3c24xx.c \
  21. s3c2410.c \
  22. s3c2412.c \
  23. s3c2440.c \
  24. s3c2443.c \
  25. s3c6400.c \
  26. at91sam9.c \
  27. nuc910.c
  28. noinst_HEADERS = \
  29. arm_io.h \
  30. core.h \
  31. driver.h \
  32. fileio.h \
  33. imp.h \
  34. lpc3180.h \
  35. lpc32xx.h \
  36. mxc.h \
  37. mx3.h \
  38. s3c24xx.h \
  39. s3c24xx_regs.h \
  40. nuc910.h
  41. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in