]> Git Repo - qemu.git/blobdiff - Makefile
virtio-ccw: range check in READ_VQ_CONF
[qemu.git] / Makefile
index 884b59dc06ff4561a2f7dd36477a12f26455f41c..88bce561a8da0e0c907197611431faccd19beaa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,8 @@ endif
 -include $(SUBDIR_DEVICES_MAK_DEP)
 
 %/config-devices.mak: default-configs/%.mak
-       $(call quiet-command,$(SHELL) $(SRC_PATH)/scripts/make_device_config.sh [email protected] $<, "  GEN   [email protected]")
+       $(call quiet-command, \
+            $(SHELL) $(SRC_PATH)/scripts/make_device_config.sh $< $*-config-devices.mak.d $@ > [email protected], "  GEN   [email protected]")
        $(call quiet-command, if test -f $@; then \
          if cmp -s [email protected] $@; then \
            mv [email protected] $@; \
This page took 0.022403 seconds and 4 git commands to generate.