Skip to content

Commit

Permalink
mediatek: filogic: Enable QEMU
Browse files Browse the repository at this point in the history
The Filogic devices are capable of running KVM machines,
enable QEMU to make it easy.

Signed-off-by: Kamil Trzciński <ayufan@ayufan.eu>
  • Loading branch information
ayufan committed Jan 5, 2025
1 parent 1ebad04 commit 07b34b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/qemu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python3-host.mk

QEMU_DEPS_IN_GUEST := @(TARGET_x86||TARGET_x86_64||TARGET_armsr||TARGET_malta)
QEMU_DEPS_IN_HOST := @(TARGET_x86_64||TARGET_armsr_armv8||TARGET_sunxi)
QEMU_DEPS_IN_HOST := @(TARGET_x86_64||TARGET_armsr_armv8||TARGET_sunxi||TARGET_mediatek_filogic)
QEMU_DEPS_IN_HOST += +libstdcpp
QEMU_DEPS_IN_HOST += $(ICONV_DEPENDS)

Expand Down

0 comments on commit 07b34b8

Please sign in to comment.