aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLucas Tanure <tanure@linux.com>2019-05-11 09:35:13 +0100
committerLucas Tanure <tanure@linux.com>2019-05-11 09:35:13 +0100
commit242841cd14737fba9be817484a8ba13c00b16727 (patch)
treedc127544b371532c67e7f215c10b997c24ab4c17 /Makefile
parent1d2302a566935bf213f4f110a7f98c8f8a655d07 (diff)
makefile: Don't overwrite CROSS_COMPILE variable
Signed-off-by: Lucas Tanure <tanure@linux.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3dcb1..ab36222 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
export DESTDIR ?=
export PREFIX ?= /usr/local
-export CROSS_COMPILE =
export INCDIR ?= $(PREFIX)/include/tinyalsa
export LIBDIR ?= $(PREFIX)/lib