This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
97575f928f
qemu
/
hw
/
nios2
/
Makefile.objs
3 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw/nios2/Makefile.objs: Conditionally build nios2 CONFIG_NIOS2_10M50 added for 10m50 dev board. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-18-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-02-02 10:24:46 +03:00
obj-y
=
boot.o cpu_pic.o
obj-$(CONFIG_NIOS2_10M50)
+=
10m50_devboard.o
Reference in New Issue
Copy Permalink