mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
13 lines
232 B
Text
13 lines
232 B
Text
# IO blocks
|
|
obj-y += etraxfs_dma.o
|
|
obj-y += etraxfs_pic.o
|
|
obj-y += etraxfs_eth.o
|
|
obj-y += etraxfs_timer.o
|
|
obj-y += etraxfs_ser.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|
|
|
|
# Boards
|
|
obj-y += pic_cpu.o
|
|
obj-y += boot.o
|
|
obj-y += axis_dev88.o
|