Lines Matching refs:SPARSE_SRC
9 SPARSE_SRC ?= sparse-src
11 $(SPARSE_SRC)/Makefile:
12 ifeq ($(SPARSE_SRC),sparse-src)
15 $(error "Can't find $(SPARSE_SRC)/Makefile")
18 $(SPARSE_SRC)/libsparse.a: $(SPARSE_SRC)/Makefile
19 $(MAKE) -C $(SPARSE_SRC) libsparse.a
22 MAKE_DEPS += $(SPARSE_SRC)/libsparse.a
23 HOST_CFLAGS += -I$(SPARSE_SRC) -Werror -Wno-null-pointer-subtraction
24 HOST_LDLIBS += $(SPARSE_SRC)/libsparse.a