X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Fexamples%2Fserial%2FMakefile;fp=fx2lib%2Fexamples%2Fserial%2FMakefile;h=8ac71af439110fbff319f9533bd1b1cae12c7d59;hb=3608c1063d17c56c038434eba5a6b11f26e530b5;hp=0000000000000000000000000000000000000000;hpb=8b13135e5fd175911ad9d8283b17fc97fe0c7709;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/examples/serial/Makefile b/fx2lib/examples/serial/Makefile new file mode 100644 index 00000000..8ac71af4 --- /dev/null +++ b/fx2lib/examples/serial/Makefile @@ -0,0 +1,8 @@ +FX2LIBDIR=../.. +BASENAME = serial +SOURCES=serial.c +DSCR_AREA= +INT2JT= +include $(FX2LIBDIR)/lib/fx2.mk + +