Statistics
| Branch: | Revision:

root / create_config @ 1d2699ae

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
eb852011 11/09/2009 04:43 pm Markus Armbruster

Configurable block format whitelist

We have code for a quite a few block formats. While I trust that all
of these formats are useful at least for some people in some
circumstances, some of them are of a kind that friends don't let
friends use in production....

1215c6e7 10/09/2009 05:17 am Juan Quintela

Move generation of config-host.h to Makefile from configure

Use timestamp based appreach to avoid not needed recompilation.
Add it to rules.mak

Many thanks to Paolo Bonzini for helpding the design, and the debug.

Patchworks-ID: 35190
Signed-off-by: Juan Quintela <>...

053dd92e 08/10/2009 09:05 pm Juan Quintela

We also need TARGET_<arechname> in Makefiles

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>
Message-Id:

1f653738 08/10/2009 09:05 pm Juan Quintela

sparc_* is defined through -D__sparc_*__

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>
Message-Id:

2f7bb878 07/27/2009 10:10 pm Juan Quintela

rename USE_NPTL to CONFIG_USE_NPTL

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

2358a494 07/27/2009 10:10 pm Juan Quintela

Generate config-host.h from config-host.mak

Generate CONFIG_AUDIO_DRIVERS. Order is important here, because the
first driver in the list is the one used by default.

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

42bc608b 07/17/2009 01:28 am Juan Quintela

Generate $target_dir/config.h from $target_dir/config.mak

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>