Skip to content
Snippets Groups Projects
Commit c4c89c83 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

include the full board name in .target.mk

SVN-Revision: 6065
parent a360c331
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ ifeq (\$(CONFIG_LINUX_$conf),y)
define Target
KERNEL:=$target->{kernel}
BOARD:=$target->{board}
BOARDNAME:=$target->{name}
LINUX_VERSION:=$target->{version}
LINUX_RELEASE:=$target->{release}
LINUX_KARCH:=$target->{karch}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment