diff options
Diffstat (limited to 'scripts/make-agl.sh')
-rwxr-xr-x | scripts/make-agl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-agl.sh b/scripts/make-agl.sh index 6c94fbb..5cb8048 100755 --- a/scripts/make-agl.sh +++ b/scripts/make-agl.sh @@ -8,7 +8,7 @@ sdkpath=${long_sdkpath:4} # Build /opt/AGL/bin/xds-cli exec --config xds-project.conf -- \ - LDFLAGS= CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y \ + CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y \ CONFIG_AVIRT_AP_DUMMY=m \ CONFIG_AVIRT_AP_LOOPBACK=m \ make -C $sdkpath/sysroots/aarch64-agl-linux/usr/src/kernel M=$(pwd) $@ |