Searched refs:UTIL_OBJS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/cpupower/
H A DMakefile127 UTIL_OBJS = utils/helpers/amd.o utils/helpers/topology.o utils/helpers/msr.o \ macro
138 UTIL_SRC := $(UTIL_OBJS:.o=.c)
140 UTIL_OBJS := $(addprefix $(OUTPUT),$(UTIL_OBJS)) macro
204 $(UTIL_OBJS): $(UTIL_HEADERS)
210 $(OUTPUT)cpupower: $(UTIL_OBJS) $(OUTPUT)libcpupower.so.$(LIB_MAJ)
212 $(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -lrt -lpci -L$(OUTPUT) -o $@
245 DIRECTORY_DEPS = $(LIB_OBJS) $(UTIL_OBJS) $(GMO_FILES)

Completed in 46 milliseconds