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
2b0960febfa190f5a6dd63'>Diffstat (limited to 'include/net/llc_s_st.h')