summaryrefslogtreecommitdiff
path: root/datapath/linux-2.6/Makefile.in
blob: efc1663e4753c89db3ab5039b5c01aa199ce5ca7 (plain)
1
2
3
4
5
6
7
8
9
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