blob: e389ec2deafedca8f24497b6baa906bf44ee9f40 [file] [log] [blame]
Inaky Perez-Gonzalez8ddf82c2015-04-10 16:44:37 -07001###
2# scripts contains sources for various helper programs used throughout
3# the kernel for the build process.
4# ---------------------------------------------------------------------------
5# docproc: Used in Documentation/DocBook
6
7HOST_EXTRACFLAGS += -I$(srctree)/tools/include
8
9always := $(hostprogs-y) $(hostprogs-m)
10
11# The following hostprogs-y programs are only build on demand
12hostprogs-y += unifdef docproc
13
14# These targets are used internally to avoid "is up to date" messages
15PHONY += build_unifdef build_docproc
16build_unifdef: $(obj)/unifdef
17 @:
18build_docproc: $(obj)/docproc
19 @:
20
Inaky Perez-Gonzalez8ddf82c2015-04-10 16:44:37 -070021# Let clean descend into subdirs
Juan Manuel Cruzeee67872015-06-17 16:20:30 -050022subdir- += basic kconfig gen_idt