mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
|
|
ifeq ($(KERNELRELEASE),)
|
||
|
|
# We're being called directly by running make in this directory.
|
||
|
|
include Makefile.main
|
||
|
|
else
|
||
|
|
# We're being included by the Linux kernel build system
|
||
|
|
include Kbuild
|
||
|
|
endif
|
||
|
|
|
||
|
|
|