summaryrefslogtreecommitdiff
path: root/kernel/Makefile
blob: 56453cb2562c895d648aa7df7c5f7bb370a40e37 (plain)
1
2
3
4
5
6
ifneq ($(KBUILD_EXTMOD),)
# We only get here on kernels 2.6.0-2.6.9 .
# For newer kernels, Kbuild will be included directly by the kernel
# build system.
include $(src)/Kbuild
endif