# Makefile for vm tools # TARGETS=page-types slabinfo page_owner_sort LIB_DIR = ../lib/api LIBS = $(LIB_DIR)/libapi.a CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -Wextra -I../lib/ LDFLAGS = $(LIBS) $(TARGETS): $(LIBS) $(LIBS): make -C $(LIB_DIR) %: %.c $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: $(RM) page-types slabinfo page_owner_sort make -C $(LIB_DIR) clean xml'/>
summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_netlink.c
it/net/sched/act_ife.c?h=nds-private-remove&id=295a6e06d21e1f469c9f38b00125a13b60ad4e7c'>net/sched: act_ife: Change to use ife module
AgeCommit message (Expand)AuthorFilesLines
Yotam Gigi1-78/+32
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+2