# Makefile for Hyper-V tools CC = $(CROSS_COMPILE)gcc WARNINGS = -Wall -Wextra CFLAGS = $(WARNINGS) -g $(shell getconf LFS_CFLAGS) CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include all: hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon %: %.c $(CC) $(CFLAGS) -o $@ $^ clean: $(RM) hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon
summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
ux/net-next.git/log/tools/perf/pmu-events/arch/x86/ivytown?id=6e10148c5c85629832d9156f337cbf67e96b69fe&showmsg=1'>Expand) ft'>Files
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines
Lines