broadcom-diag: remove devices already supported by the kernel
[openwrt.git] / tools / genext2fs / Makefile
index 1f69b2a6b6f14cbf009d63894e8866c20a79c403..57e8d35b51995c1470dca0735ec9d0276c5f485b 100644 (file)
@@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) \
                CFLAGS="$(HOST_CFLAGS)" \
+               LDFLAGS="$(HOST_LDFLAGS) $(HOST_STATIC_LINKING)" \
                all
 endef