diff options
author | Paul Brook <paul@codesourcery.com> | 2009-11-22 16:25:30 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-11-22 21:24:54 +0000 |
commit | a992fe3d0fc185112677286f7a02204d8245b61e (patch) | |
tree | c3cc533d4bb8e1ed5dfebba895bdd4bdb31e67d4 /configure | |
parent | target-mips: fix physical address type in MMU functions (diff) | |
download | qemu-kvm-a992fe3d0fc185112677286f7a02204d8245b61e.tar.gz qemu-kvm-a992fe3d0fc185112677286f7a02204d8245b61e.tar.bz2 qemu-kvm-a992fe3d0fc185112677286f7a02204d8245b61e.zip |
Makefile dependencies for device configs
Add makefile dependencies for target specific device configs.
These will copy the default config if none exists, obsoleting the old
configure time code. If a config already exists but is older than the
default then print a warning.
Also remove config-devices.h. Code does not and should not care which
devices are being built.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2209,10 +2209,6 @@ if test "$target" = "arm-linux-user" -o "$target" = "armeb-linux-user" -o "$targ mkdir -p $target_dir/nwfpe fi -if test ! -f $target_dir/config-devices.mak ; then - cp $source_path/default-configs/${target}.mak $target_dir/config-devices.mak -fi - # # don't use ln -sf as not all "ln -sf" over write the file/link # |