Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-02 | i40e: avoid O(n^2) loop when deleting all filters | Jacob Keller |
CC = gcc LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0) WARNINGS = -Wall -Wextra CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS) LDFLAGS = $(LIBUSB_LIBS) all: test %: %.c $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) clean: $(RM) test pplication/atom+xml'/>
![]() |
index : net-next.git | |
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-02 | i40e: avoid O(n^2) loop when deleting all filters | Jacob Keller |