diff options
author | Lucas Tanure <tanure@linux.com> | 2019-05-11 09:35:13 +0100 |
---|---|---|
committer | Lucas Tanure <tanure@linux.com> | 2019-05-11 09:35:13 +0100 |
commit | 242841cd14737fba9be817484a8ba13c00b16727 (patch) | |
tree | dc127544b371532c67e7f215c10b997c24ab4c17 /Makefile | |
parent | 1d2302a566935bf213f4f110a7f98c8f8a655d07 (diff) |
makefile: Don't overwrite CROSS_COMPILE variable
Signed-off-by: Lucas Tanure <tanure@linux.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ export DESTDIR ?= export PREFIX ?= /usr/local -export CROSS_COMPILE = export INCDIR ?= $(PREFIX)/include/tinyalsa export LIBDIR ?= $(PREFIX)/lib |