Skip to content

Commit

Permalink
sm6250-common: Fix setup-makefiles.sh script for regenerating vendor …
Browse files Browse the repository at this point in the history
…makefile

Fixed the problem about "$DEVICE must be set before including this script!"
Fixed the problem about "$VENDOR must be set before including this script!"

Signed-off-by: sairam1411 <[email protected]>
  • Loading branch information
sairam1411 committed Jun 20, 2021
1 parent d520c36 commit fc79e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ set -e

INITIAL_COPYRIGHT_YEAR=2020

DEVICE_COMMON=sm6250-common
VENDOR=xiaomi

# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
Expand Down

0 comments on commit fc79e06

Please sign in to comment.