Skip to content

Commit

Permalink
Revert OBJDUMP_DIR
Browse files Browse the repository at this point in the history
TARGET => X_BUILD_BASE_CFG
  • Loading branch information
mizhka committed Jan 12, 2018
1 parent 8cbc9ae commit 0e9dae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/build_netboot
Expand Up @@ -24,7 +24,7 @@ mfs_size=`stat -f '%z' ${X_FSIMAGE}${X_FSIMAGE_SUFFIX} 2> /dev/null`
# If we can't determine MFS image size - bail.
[ -z ${mfs_size} ] && echo "Can't determine MFS image size" && exit 1

T_OBJDUMP_DIR="${CUR_DIR}/../obj/${TARGET_ARCH}"
T_OBJDUMP_DIR="${CUR_DIR}/../obj/${X_BUILD_BASE_CFG}"
T_OBJDUMP="${T_OBJDUMP_DIR}/${CUR_DIR}/${TARGET}.${TARGET_ARCH}/tmp/usr/bin/objdump"
sec_info=`${T_OBJDUMP} -h ${X_KERNEL}.netboot 2> /dev/null | grep " oldmfs "`
# If we can't find the mfs section within the given kernel - bail.
Expand Down

0 comments on commit 0e9dae7

Please sign in to comment.