checkpatch: add logging functions
[fw/openocd] / src / helper / Makefile.am
index 42cee80d3a9453f6aa418dbd6c005a2f727704d5..7354f5422bc323c6c23fc74e5ad765502a35a9a3 100644 (file)
@@ -1,6 +1,6 @@
-noinst_LTLIBRARIES += %D%/libhelper.la
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-%C%_libhelper_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS)
+noinst_LTLIBRARIES += %D%/libhelper.la
 
 %C%_libhelper_la_SOURCES = \
        %D%/binarybuffer.c \
@@ -32,12 +32,6 @@ noinst_LTLIBRARIES += %D%/libhelper.la
        %D%/jep106.inc \
        %D%/jim-nvp.h
 
-%C%_libhelper_la_CFLAGS = $(AM_CFLAGS)
-if IS_MINGW
-# FD_* macros are sloppy with their signs on MinGW32 platform
-%C%_libhelper_la_CFLAGS += -Wno-sign-compare
-endif
-
 STARTUP_TCL_SRCS += %D%/startup.tcl
 EXTRA_DIST += \
        %D%/bin2char.sh \