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.
 
 
 
 
 
 

32 lines
434 B

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