source: data/programmers/Makefile.am @ 4b6ca8f4b79689f7f11fc89f785561fa174855bf

Revision 4b6ca8f4b79689f7f11fc89f785561fa174855bf, 198 bytes checked in by Matias De la Puente <mfpuente.ar@…>, 2 years ago (diff)

Add avrdude command and programmer

The command and programmer are experimental (for now, no real test were made)

  • Property mode set to 100644
Line 
1NULL =
2
3programmersdir = $(pkgdatadir)/programmers
4
5programmers_DATA = \
6        avrdude.xml \
7        lpc21isp.xml \
8        pickit2.xml \
9        picstartplus.xml \
10        $(NULL)
11
12EXTRA_DIST = \
13        $(programmers_DATA) \
14        $(NULL)
15
Note: See TracBrowser for help on using the repository browser.