]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Makefile.am: Fix a 'make distclean' error.
authorUwe Hermann <redacted>
Mon, 24 Apr 2017 13:07:56 +0000 (15:07 +0200)
committerUwe Hermann <redacted>
Sun, 17 Dec 2017 23:38:41 +0000 (00:38 +0100)
Makefile.am

index c9e574bf96c9df5bb2f7a6bd2bb778836d14b068..d3c984294424cc8f4b40e2c0eb4200718a7818d3 100644 (file)
@@ -246,7 +246,7 @@ firmware_DATA = $(firmware_binaries)
 dist_noinst_DATA = $(fx2lafw_headers) $(fx2lafw_sources) $(hantek_6022be_headers) $(hantek_6022be_sources) $(hantek_6022bl_headers) $(hantek_6022bl_sources) $(sainsmart_dds120_sources) $(sainsmart_dds120_headers) $(fx2lib_headers) $(fx2lib_sources) $(fx2lib_ints_sources) $(hw_sources)
 dist_noinst_SCRIPTS = autogen.sh
 
-MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib
+MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm hw/**/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib
 CLEANFILES = $(firmware_binaries)
 DISTCLEANFILES = $(dirstamps)