Skip to content
Snippets Groups Projects
Commit 61ca4c41 authored by Robert Nelson's avatar Robert Nelson
Browse files

Makefile: use DTC version

parent fd1374b4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ DTC ?= dtc
CPP ?= cpp
KERNEL_VERSION ?= $(shell uname -r)
DTCVERSION = $(shell dtc --version | grep ^Version | sed 's/^.* //g')
DTCVERSION = $(shell $(DTC) --version | grep ^Version | sed 's/^.* //g')
MAKEFLAGS += -rR --no-print-directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment