forked from PandABlocks/PandABlocks-rootfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.example
More file actions
27 lines (20 loc) · 715 Bytes
/
Copy pathCONFIG.example
File metadata and controls
27 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Personal customisations.
#
# Copy this file to CONFIG and edit the settings below to suit your
# environment.
# Location of rootfs builder. This needs to be at least version 1.13 and can be
# downloaded from https://github.com/araneidae/rootfs
ROOTFS_TOP =/rootfs
# Toolchain used to build the target
TOOLCHAIN_ROOT = /gcc-arm-10.2-2020.11-x86_64-$(COMPILER_PREFIX)
# Additionally, if the toolchain uses a vendor specific compiler prefix, we
# need:
#
# COMPILER_PREFIX = arm-xilinx-linux-gnueabi
# Where to find source files
TAR_FILES = /tar-files
# Target location for build
PANDA_ROOT = /build/PandA-rootfs-$(PLATFORM)
# Whether the platform is zynq or zyqnmp
PLATFORM = zynq
# vim: set filetype=make: