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
commit31f23edc74c865e13ef904e1926cd9e87b5611df (patch)
treec159c667186d9269804ea7690dc810e8571c4f80 /Makefile
parent7ee8a3deb79cc22342a1826d437e9fbc8e0b6518 (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