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.
 
 
 
 
 
 

39 lines
517 B

  1. AM_CPPFLAGS = \
  2. -I$(top_srcdir)/src \
  3. -I$(top_builddir)/src
  4. noinst_LTLIBRARIES = libocdflashnand.la
  5. libocdflashnand_la_SOURCES = \
  6. ecc.c \
  7. ecc_kw.c \
  8. core.c \
  9. fileio.c \
  10. tcl.c \
  11. arm_io.c \
  12. $(NAND_DRIVERS) \
  13. driver.c
  14. NAND_DRIVERS = \
  15. nonce.c \
  16. davinci.c \
  17. lpc3180.c \
  18. mx3.c \
  19. orion.c \
  20. s3c24xx.c \
  21. s3c2410.c \
  22. s3c2412.c \
  23. s3c2440.c \
  24. s3c2443.c
  25. noinst_HEADERS = \
  26. arm_io.h \
  27. core.h \
  28. lpc3180.h \
  29. driver.h \
  30. mx3.h \
  31. s3c24xx.h \
  32. s3c24xx_regs.h
  33. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in