Sfoglia il codice sorgente

include the full board name in .target.mk

SVN-Revision: 6065
Felix Fietkau 19 anni fa
parent
commit
c4c89c8379
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      scripts/gen_target_mk.pl

+ 1 - 0
scripts/gen_target_mk.pl

@@ -75,6 +75,7 @@ ifeq (\$(CONFIG_LINUX_$conf),y)
   define Target
   define Target
     KERNEL:=$target->{kernel}
     KERNEL:=$target->{kernel}
     BOARD:=$target->{board}
     BOARD:=$target->{board}
+    BOARDNAME:=$target->{name}
     LINUX_VERSION:=$target->{version}
     LINUX_VERSION:=$target->{version}
     LINUX_RELEASE:=$target->{release}
     LINUX_RELEASE:=$target->{release}
     LINUX_KARCH:=$target->{karch}
     LINUX_KARCH:=$target->{karch}