Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 1 | ### |
2 | # scripts contains sources for various helper programs used throughout | ||||
3 | # the kernel for the build process. | ||||
4 | # --------------------------------------------------------------------------- | ||||
5 | |||||
6 | hostprogs-y += usage | ||||
7 | |||||
8 | always := $(hostprogs-y) | ||||
9 | |||||
10 | # Let clean descend into subdirs | ||||
11 | subdir- += basic kconfig |