summaryrefslogtreecommitdiffstats
path: root/tools/getkversion/Makefile
blob: c13f80e1046f8bdd20899b304cb7bc89878a606e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# getkversion - print the kernel version for which the modules were
#		compiled.
#

TOP	= ../../
TOOL	= getkversion
OBJS	= getkversion.o

include $(TOP)rules.mk

install::
	@: