b43-tools: get rid of the libfl dependency to fix build errors on mac os x
[lede-git/.git] / tools / b43-tools / Makefile
index 391eb2551a385cecf8d8b367b0ef96450a418b81..d58a20e6a8d32cbe1ac654486db446bf40bebb6f 100644 (file)
@@ -29,6 +29,7 @@ define Host/Compile
        +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/assembler \
                CFLAGS="$(HOST_CFLAGS) -include endian.h" \
                $(HOST_MAKE_FLAGS) \
+               LDFLAGS= \
                $(1) QUIET_SPARSE=:
 endef