rk33xx target, includes rk3326 and rk3399 with rk-armv8-a base device
This commit is contained in:
parent
abe00bc3a0
commit
f781c04e84
2 changed files with 6 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -83,6 +83,11 @@ RK3399:
|
|||
PROJECT=Rockchip DEVICE=RK3399 ARCH=arm ./scripts/build_distro
|
||||
PROJECT=Rockchip DEVICE=RK3399 ARCH=aarch64 ./scripts/build_distro
|
||||
|
||||
RK33XX:
|
||||
$(MAKE) RK-ARMV8-A
|
||||
BASE_DEVICE=RK-ARMV8-A $(MAKE) RK3326
|
||||
BASE_DEVICE=RK-ARMV8-A $(MAKE) RK3399
|
||||
|
||||
update:
|
||||
PROJECT=PC DEVICE=AMD64 ARCH=x86_64 ./scripts/update_packages
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
HTOP_TOOL="yes"
|
||||
|
||||
# Exclude packages that are device specific, etc.
|
||||
EXCLUDE_PKGS="retroarch parallel-n64-lr yabasanshiro-lr "
|
||||
EXCLUDE_PKGS="retroarch parallel-n64-lr yabasanshiro-lr duckstation-sa "
|
||||
EXCLUDE_PKGS+="flycast-sa flycast2021-lr mednafen drastic-sa"
|
||||
|
||||
NO_IMAGE="yes"
|
||||
|
|
Loading…
Reference in a new issue