From 7a542d4685631c369bcc65a632a15799543fc292 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 May 2019 20:26:48 +0300 Subject: Convert all shell variables to lowercase Signed-off-by: Laurent Pinchart --- platforms/x86.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platforms/x86.sh') diff --git a/platforms/x86.sh b/platforms/x86.sh index 5c61998..f635611 100644 --- a/platforms/x86.sh +++ b/platforms/x86.sh @@ -1,5 +1,5 @@ platform=x86 arch=x86 -BOOT_DIR=$TFTP_ROOT/x86 +boot_dir=$tftp_root/x86 image=bzImage -KCFLAGS="$KCFLAGS -Wno-error=frame-larger-than=" +kcflags="$kcflags -Wno-error=frame-larger-than=" -- cgit v1.2.3