blob: 3c8091b860cc87312f5824364b0851d4706659b5 [file] [log] [blame]
FWRISC_TRACER_BFM_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
ifneq (1,$(RULES))
SRC_DIRS += $(FWRISC_TRACER_BFM_DIR)
GVM_OBJS_LIBS += libfwrisc_tracer_bfm.o
FWRISC_TRACER_BFM_SRC = $(notdir $(wildcard $(FWRISC_TRACER_BFM_DIR)/*.cpp))
else # Rules
libfwrisc_tracer_bfm.o : $(FWRISC_TRACER_BFM_SRC:.cpp=.o)
$(Q)$(LD) -r -o $@ $(FWRISC_TRACER_BFM_SRC:.cpp=.o)
endif