commit | 07aea3a71fc6b07744691eec2dfea705a7b30280 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Jul 23 20:47:50 2006 +0200 |
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | Mon Sep 25 09:00:01 2006 +0200 |
tree | f1bb88857e93b28679674f4fa66bdef3a6c84c29 | |
parent | 14a036d2dc304797f3624c06bd6d2a1e9b59e45a [diff] [blame] |
kbuild: use in-kernel unifdef Let headers_install use in-kernel unifdef Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
diff --git a/scripts/Makefile b/scripts/Makefile index 6f6b48f..d531a1f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile
@@ -15,6 +15,9 @@ always := $(hostprogs-y) +# The following hostprogs-y programs are only build on demand +hostprogs-y += unifdef + subdir-$(CONFIG_MODVERSIONS) += genksyms subdir-$(CONFIG_MODULES) += mod