obj-$(CONFIG_SAMPLE_CONNECTOR) += cn_test.o # List of programs to build ifdef CONFIG_SAMPLE_CONNECTOR hostprogs-y := ucon endif # Tell kbuild to always build the programs always := $(hostprogs-y) HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include all: modules modules clean: $(MAKE) -C ../.. SUBDIRS=$(CURDIR) $@ xml'/>
summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov2-12/+10
2017-02-11tap: tap as an independent moduleSainath Grandhi1-2/+2
2017-02-11tap: Extending tap device create/destroy APIsSainath Grandhi1-2/+2
2017-02-11tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-4/+53
2017-02-11tap: Tap character device creation/destroy APISainath Grandhi1-0/+3
2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi3-25/+25
2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-0/+10
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller