Lines Matching refs:o
57 DRV_OBJ = $(foreach file, $(notdir $(patsubst %.c, %.o, $(DRV_SRC))), $(OBJ_PATH)/$(file))
59 DRV_IMPORT_OBJ = $(foreach file, $(notdir $(patsubst %.src, %.o, $(DRV_IMPORT_SRC))), $(OBJ_PATH)/$…
62 HAL_OBJ = $(foreach file, $(notdir $(patsubst %.c, %.o, $(HAL_SRC))), $(OBJ_PATH)/$(file))
63 HAL_OBJ_S = $(foreach file, $(notdir $(patsubst %.s, %.o, $(HAL_SRC_S))), $(OBJ_PATH)/$(file))
65 HAL_IMPORT_OBJ = $(foreach file, $(notdir $(patsubst %.src, %.o, $(HAL_IMPORT_SRC))), $(OBJ_PATH)/$…
77 HAL_OBJ_T = $(HAL_OBJ:.o=.T)
78 HAL_IMPORT_OBJ_T = $(HAL_IMPORT_OBJ:.o=.T)
79 DRV_OBJ_T = $(DRV_OBJ:.o=.T)
80 DRV_IMPORT_OBJ_T = $(DRV_IMPORT_OBJ:.o=.T)
175 $(HAL_OBJ_S) : $(OBJ_PATH)/%.o : %.s
187 $(DRV_OBJ) $(HAL_OBJ) : $(OBJ_PATH)/%.o : %.c
216 @cp $(@:.T=.o) $@; \