summaryrefslogtreecommitdiffstats
path: root/rules/kernel-checks.make
blob: cfd9284acf1fb24b1486ec0791ee8e688ab1e43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*-makefile-*-
#
# Copyright (C) 2002-2009 by Pengutronix e.K., Hildesheim, Germany
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

ifdef PTXCONF_KERNEL

ifeq ($(PTXCONF_KERNEL_VERSION),)
$(call ptx/error, PTXCONF_KERNEL_VERSION is empty)
$(call ptx/error, please run 'ptxdist platformconfig' and activate the kernel)
endif

endif	# PTXCONF_KERNEL

# vim: syntax=make