# Makefile for USB tools CC = $(CROSS_COMPILE)gcc PTHREAD_LIBS = -lpthread WARNINGS = -Wall -Wextra CFLAGS = $(WARNINGS) -g -I../include LDFLAGS = $(PTHREAD_LIBS) all: testusb ffs-test %: %.c $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) clean: $(RM) testusb ffs-test om/net/core/netprio_cgroup.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1