ifpps-libs = $(shell pkg-config --libs ncurses) ifpps-objs = xmalloc.o \ xio.o \ xutils.o \ ifpps.o
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31sfc: fix an off-by-one compare on an array sizeColin Ian King1-1/+1
2017-01-30Merge branch 'sh_eth-E-DMAC-interrupt-mask-cleanups'David S. Miller