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.
 
 
 
 
 
 

26 lines
427 B

  1. SUBDIRS = \
  2. nor \
  3. nand
  4. AM_CPPFLAGS = \
  5. -I$(top_srcdir)/src \
  6. -I$(top_builddir)/src
  7. METASOURCES = AUTO
  8. noinst_LTLIBRARIES = libflash.la
  9. libflash_la_SOURCES = \
  10. common.c \
  11. mflash.c
  12. libflash_la_LIBADD = \
  13. $(top_builddir)/src/flash/nor/libocdflashnor.la \
  14. $(top_builddir)/src/flash/nand/libocdflashnand.la
  15. noinst_HEADERS = \
  16. common.h \
  17. mflash.h
  18. EXTRA_DIST = startup.tcl
  19. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in