mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-22 11:54:47 +00:00
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>
This commit is contained in:
parent
d84929da9a
commit
fa83f64855
@ -4,3 +4,4 @@ CONFIG_NIOS2=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_PTIMER=y
|
||||
CONFIG_ALTERA_TIMER=y
|
||||
CONFIG_NIOS2_10M50=y
|
||||
|
@ -1 +1,2 @@
|
||||
obj-y = boot.o cpu_pic.o 10m50_devboard.o
|
||||
obj-y = boot.o cpu_pic.o
|
||||
obj-$(CONFIG_NIOS2_10M50) += 10m50_devboard.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user