projects
/
openvswitch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ofproto: Don't use netdev_nodev_get_etheraddr() in pick_datapath_id().
[openvswitch]
/
datapath
/
linux-2.6
/
Makefile.in
1
ifeq ($(KERNELRELEASE),)
2
# We're being called directly by running make in this directory.
3
include Makefile.main
4
else
5
# We're being included by the Linux kernel build system
6
include Kbuild
7
endif
8
9