summaryrefslogtreecommitdiff
path: root/platforms/x86.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-19 19:00:19 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-19 19:00:19 +0300
commitf9f2e2a794d43ad145703fe58f9869e8f131a45a (patch)
tree088a1815b2698cddb91f2ce2ddf478c111f9704b /platforms/x86.sh
parent29c7a7b85f51377fa1c1cd25b87f8bc598765817 (diff)
Modularise platform handling
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'platforms/x86.sh')
-rw-r--r--platforms/x86.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/x86.sh b/platforms/x86.sh
new file mode 100644
index 0000000..97d3358
--- /dev/null
+++ b/platforms/x86.sh
@@ -0,0 +1,5 @@
+platform=x86
+arch=x86
+BOOT_DIR=$TFTP_ROOT/x86
+IMAGE=bzImage
+KCFLAGS="$KCFLAGS -Wno-error=frame-larger-than="