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.
 
 
 
 
 
 

24 lines
397 B

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