]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.hw
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / Makefile.hw
index ff87ae414dd5180e337857d9c96514c79a0151c3..b9181ab122b2d73bc66d8762eea460f47d5931b1 100644 (file)
@@ -7,7 +7,7 @@ include $(SRC_PATH)/rules.mak
 
 .PHONY: all
 
-VPATH=$(SRC_PATH):$(SRC_PATH)/hw
+$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
 
 QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
 
@@ -18,7 +18,7 @@ all: $(hw-obj-y)
        @true
 
 clean:
-       rm -f *.o *.d *.a *~
+       rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
 
 # Include automatically generated dependency files
 -include $(wildcard *.d */*.d)