treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -314,7 +314,7 @@ in {
|
||||
defconfig = "cm_fx6_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
filesToInstall = ["u-boot-with-nand-spl.imx"];
|
||||
buildFlags = "u-boot-with-nand-spl.imx";
|
||||
buildFlags = [ "u-boot-with-nand-spl.imx" ];
|
||||
extraConfig = ''
|
||||
CONFIG_CMD_SETEXPR=y
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user