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.
 
 
 
 
 
 

37 lines
489 B

  1. AM_CPPFLAGS = -I$(top_srcdir)/src
  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. mx3.c \
  17. orion.c \
  18. s3c24xx.c \
  19. s3c2410.c \
  20. s3c2412.c \
  21. s3c2440.c \
  22. s3c2443.c
  23. noinst_HEADERS = \
  24. arm_io.h \
  25. core.h \
  26. lpc3180.h \
  27. driver.h \
  28. mx3.h \
  29. s3c24xx.h \
  30. s3c24xx_regs.h
  31. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in