summaryrefslogtreecommitdiff
path: root/tools/cgroup/Makefile
blob: b4286196b763e68206ea86d4ae906dd7bebe09ef (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for cgroup tools

CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra

all: cgroup_event_listener
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

clean:
	$(RM) cgroup_event_listener
insertions'>+105 2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2-3/+39 2017-02-04virtio_net: exploit napi_complete_done() return valueEric Dumazet1-5/+6 2017-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller