aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-23 21:47:24 +0000
committerMike Baker <mbm@openwrt.org>2006-06-23 21:47:24 +0000
commit57013b9f30d4d149448abe2213c000d1dea3b93c (patch)
treecc874bf88aadf09709a732edc3e8807e5fc60c5b /Makefile
parent1f3a32108b3e36d0613194b9fd356433e515ccb3 (diff)
downloadupstream-57013b9f30d4d149448abe2213c000d1dea3b93c.tar.gz
upstream-57013b9f30d4d149448abe2213c000d1dea3b93c.tar.bz2
upstream-57013b9f30d4d149448abe2213c000d1dea3b93c.zip
switch on new verbose system
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index faeecaa488..a554a1d867 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ RELEASE:=Kamikaze
#--------------------------------------------------------------
TOPDIR=${shell pwd}
export TOPDIR
+include $(TOPDIR)/include/verbose.mk
OPENWRTVERSION:=$(RELEASE)
ifneq ($(VERSION),)