mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00

This patch only add puv3 soc/board support, which introduces puv3 machine description, and specifies console type. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
6 lines
141 B
Text
6 lines
141 B
Text
# For UniCore32 machines and boards
|
|
|
|
# PKUnity-v3 SoC and board information
|
|
obj-${CONFIG_PUV3} += puv3.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|