]> git.proxmox.com Git - qemu.git/blobdiff - rules.mak
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
[qemu.git] / rules.mak
index 04a91983ec26e6d398f01a2780663c7e2cac729f..c30093c116067457d9063fc8bfc1f09594cd1156 100644 (file)
--- a/rules.mak
+++ b/rules.mak
@@ -47,7 +47,7 @@ quiet-command = $(if $(V),$1,$(if $(2),@echo $2 && $1, @$1))
 cc-option = $(if $(shell $(CC) $1 $2 -S -o /dev/null -xc /dev/null \
               >/dev/null 2>&1 && echo OK), $2, $3)
 
-VPATH_SUFFIXES = %.c %.h %.S %.m %.mak %.texi
+VPATH_SUFFIXES = %.c %.h %.S %.m %.mak %.texi %.sh
 set-vpath = $(if $1,$(foreach PATTERN,$(VPATH_SUFFIXES),$(eval vpath $(PATTERN) $1)))
 
 # find-in-path