summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-05-12 21:57:44 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-05-12 21:57:44 +0000
commit6410ba807838fecd874c1569bc1d19564a896f96 (patch)
treec159c667186d9269804ea7690dc810e8571c4f80 /Makefile
parentdbaa9f88e27dc151a8c86b2a61e0b62070acbf57 (diff)
remove another unused variable
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6606 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 19b9065..962883b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,6 @@
PWD:=$(shell pwd)
-ifndef DEB_HOST_GNU_TYPE
-UNAME_M:=$(shell uname -m)
-else
-UNAME_M:=$(DEB_HOST_GNU_TYPE)
-endif
-
DAHDI_MODULES_EXTRA:=$(MODULES_EXTRA:%=%.o) $(SUBDIRS_EXTRA:%=%/)
# If you want to build for a kernel other than the current kernel, set KVERS