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
417 B

  1. include $(top_srcdir)/common.mk
  2. noinst_LTLIBRARIES = libocdstlink.la
  3. libocdstlink_la_SOURCES = \
  4. $(STLINKFILES)
  5. STLINKFILES =
  6. if STLINK
  7. STLINKFILES += stlink_transport.c
  8. STLINKFILES += stlink_tcl.c
  9. STLINKFILES += stlink_interface.c
  10. STLINKFILES += stlink_layout.c
  11. endif
  12. noinst_HEADERS = \
  13. stlink_interface.h \
  14. stlink_layout.h \
  15. stlink_tcl.h \
  16. stlink_transport.h
  17. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in