summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
blob: e6d0ec569891093531587a70d62a92f8ff36f04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PROGS = \
	bin2c \
	conmakehash \
	kallsyms \
	pnmtologo

DATA = \
	Kbuild.include \
	Makefile.build \
	Makefile.clean \
	Makefile.host \
	Makefile.lib \
	Makefile.modinst \
	Makefile.modpost \
	mkversion \
	module-common.lds

SCRIPTS =  \
	checkincludes.pl \
	checkstack.pl \
	checkversion.pl \
	gcc-version.sh \
	gcc-x86_32-has-stack-protector.sh \
	gcc-x86_64-has-stack-protector.sh \
	gen_initramfs_list.sh \
	kernel-doc \
	Lindent \
	makelst \
	mksysmap \
	mkuboot.sh \
	namespace.pl \
	patch-kernel \
	setlocalversion \
	ver_linux

SUBDIRS = \
	basic \
	genksyms \
	kconfig \
	mod

OUTDIR = scripts

top_srcdir = ..

VPATH = $(top_srcdir)/kbuild/scripts

include $(top_srcdir)/Makefile.inc