Skip to content

Commit 651c3cf

Browse files
committed
fix hardcoded link to local linux kernel source
1 parent bf9cfe7 commit 651c3cf

File tree

1 file changed

+2
-1
lines changed
  • fpga/linux/petalinux/zcu102/project-spec/configs

1 file changed

+2
-1
lines changed

fpga/linux/petalinux/zcu102/project-spec/configs/config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_EXT__LOCAL__SRC=y
2626
#
2727
# External linux-kernel local source settings
2828
#
29-
CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_EXT_LOCAL_SRC_PATH="/scratch/adelvecchio/control-pulp-open/fpga/linux/petalinux/zcu102/build/components/ext_sources/linux-xlnx"
29+
CONFIG_SUBSYSTEM_COMPONENT_LINUX__KERNEL_NAME_EXT_LOCAL_SRC_PATH="${TOPDIR}/../components/ext_sources/linux-xlnx"
30+
3031

3132
#
3233
# Auto Config Settings

0 commit comments

Comments
 (0)