diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-09 21:10:54 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-10 15:30:38 +0200 |
commit | 92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6 (patch) | |
tree | f9de469c84f99c0ca221aedd539531500b522210 /target/linux/xburst | |
parent | 0f6d0afa1391dfe74d790a9637b9bbbbaebeb2fb (diff) | |
download | upstream-92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6.tar.gz upstream-92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6.tar.bz2 upstream-92eaf27c62cad5f9832dc7084e1ae14d5e7b47e6.zip |
use immediate set in target Makefiles
No functional change, it's just to have the same style everywhere. This
way I don't need to use any regex magic to extract all subtargets for
compile tests.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index df499b6d53..2a64b7c46f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -14,7 +14,7 @@ SUBTARGETS:=qi_lb60 KERNEL_PATCHVER:=3.18 -DEVICE_TYPE=other +DEVICE_TYPE:=other define Target/Description Build firmware images for XBurst JZ47x0 based boards. |