From f14c799ae7ff3be56c28f5694f04c03daff7708e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 3 Jan 2019 11:40:32 -0800 Subject: ao-tools: Add lots of compiler warning flags to ao-tools build This catches some uninitialized variable errors which cause ao-cal-accel to crash (fixes coming next) Signed-off-by: Keith Packard --- ao-tools/ao-boot-stm32/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ao-tools/ao-boot-stm32/Makefile.am (limited to 'ao-tools/ao-boot-stm32') diff --git a/ao-tools/ao-boot-stm32/Makefile.am b/ao-tools/ao-boot-stm32/Makefile.am new file mode 100644 index 00000000..581eb2d2 --- /dev/null +++ b/ao-tools/ao-boot-stm32/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS=ao-chaosread + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) + +ao_chaosread_LDADD=$(LIBUSB_LIBS) + +ao_chaosread_SOURCES = ao-chaosread.c + +man_MANS = ao-chaosread.1 -- cgit v1.2.3