summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-09-18 07:54:12 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-18 07:54:12 +0400
commitbbe5a96f678efcad83de8f900ab4ab963a99c805 (patch)
treed1e03c52bc7d16c1ac9f41503b27da2f4b6b781d /scripts
parentf205ce83a766c08965ec78342f138cdc00631fba (diff)
parent0a375d75902c522ea36c6dc409296622f93db4a7 (diff)
downloadlinux-bbe5a96f678efcad83de8f900ab4ab963a99c805.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6: sparc: Update defconfigs. sparc: Kill PROM console driver.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 9dd5b25a1d53..842dbc2d5aed 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -10,7 +10,6 @@
hostprogs-$(CONFIG_KALLSYMS) += kallsyms
hostprogs-$(CONFIG_LOGO) += pnmtologo
hostprogs-$(CONFIG_VT) += conmakehash
-hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash
hostprogs-$(CONFIG_IKCONFIG) += bin2c
always := $(hostprogs-y) $(hostprogs-m)