This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-30 23:10:38 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
de1cc36e10
xemu
/
default-configs
/
cris-softmmu.mak
6 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add new config-devices.mak for each target We generate config-devices.h from there automatically. We need to do it in main Makefile, because we are going to need a main Makefile for them. Patchworks-ID: 35196 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 00:41:02 +00:00
# Default configuration for cris-softmmu
Only compile nand when one target uses it Patchworks-ID: 35202 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 00:41:08 +00:00
CONFIG_NAND
=
y
Only compile ptimer when one target uses it Patchworks-ID: 35207 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 00:41:13 +00:00
CONFIG_PTIMER
=
y
Compile pflash_cfi02 only once Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-29 19:23:55 +00:00
CONFIG_PFLASH_CFI02
=
y
Reference in New Issue
Copy Permalink