Package cleanup after the patch cleanup.
This commit is contained in:
parent
e03ba66f3d
commit
8e2831bdfc
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ then
|
|||
make CC=${CC} platform=RG351x
|
||||
elif [[ "${DEVICE}" =~ RG503 ]] || [[ "${DEVICE}" =~ RG353P ]]
|
||||
then
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=RK3566"
|
||||
make CC=${CC} platform=RK3566
|
||||
else
|
||||
make CC=${CC} platform=${DEVICE}
|
||||
fi
|
||||
|
|
|
@ -22,7 +22,7 @@ make_target() {
|
|||
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=RG351x
|
||||
elif [[ "${DEVICE}" =~ RG503 ]] || [[ "${DEVICE}" =~ RG353P ]]
|
||||
then
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=RK3566"
|
||||
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=RK3566
|
||||
else
|
||||
make -f Makefile.libretro GIT_VERSION=${PKG_VERSION} platform=${DEVICE}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue