Skip to content

Commit 5ffa1cd

Browse files
marc-hbkv2019i
authored andcommitted
installer: drop harmless but misleading target_of_imx
No one needs a imx -> imx8 symbolic link. Fixes misguided search/replace from commit a4c8d4e ("Intel: remove XTOS support") Signed-off-by: Marc Herbert <[email protected]>
1 parent ff92658 commit 5ffa1cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

installer/GNUmakefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@
3030
# UNSIGNED_list += hsw sue
3131
# SIGNED_list += kbl skl
3232

33+
# Sample way to create a symbolic link in /lib/firmware/sof/
34+
# This requires adl-s to be listed in some ALIAS_some_list above.
35+
# target_of_adl-s := tgl-h
36+
3337
ALIAS_list := ${ALIAS_SAME_KEY_list} ${ALIAS_OTHER_KEY_list}
3438

3539
$(info UNSIGNED_list = ${UNSIGNED_list} )
3640
$(info SIGNED_list = ${SIGNED_list} )
3741
$(info ALIAS_list = ${ALIAS_list} )
3842

39-
target_of_imx := imx8
40-
4143
ifeq (,${TOOLCHAIN})
4244
ifeq (,${XTENSA_TOOLS_ROOT})
4345
TOOLCHAIN := gcc

0 commit comments

Comments
 (0)