Lines Matching refs:LIBFDT_dir
194 LIBFDT_dir = libfdt macro
195 LIBFDT_archive = $(LIBFDT_dir)/libfdt.a
196 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.libfdt
205 $(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)
214 -include $(LIBFDT_OBJS:%.o=$(LIBFDT_dir)/%.d)