Searched refs:LIBFDT_dir (Results 1 – 2 of 2) sorted by relevance
194 LIBFDT_dir = libfdt macro195 LIBFDT_archive = $(LIBFDT_dir)/libfdt.a196 LIBFDT_lib = $(LIBFDT_dir)/$(LIBFDT_LIB)197 LIBFDT_include = $(addprefix $(LIBFDT_dir)/,$(LIBFDT_INCLUDES))198 LIBFDT_version = $(addprefix $(LIBFDT_dir)/,$(LIBFDT_VERSION))200 include $(LIBFDT_dir)/Makefile.libfdt205 $(LIBFDT_archive): $(addprefix $(LIBFDT_dir)/,$(LIBFDT_OBJS))207 $(LIBFDT_lib): $(addprefix $(LIBFDT_dir)/,$(LIBFDT_OBJS)) $(LIBFDT_version)210 $(addprefix $(LIBFDT_dir)/,$(LIBFDT_OBJS))211 ln -sf $(LIBFDT_LIB) $(LIBFDT_dir)/$(LIBFDT_soname)[all …]
17 rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%)18 rm -f $(LIBFDT_dir)/$(LIBFDT_soname)