]> Git Repo - qemu.git/blobdiff - Makefile.hw
qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
[qemu.git] / Makefile.hw
index 659e441992e1ca84c32a3d03975e5204b0939a7c..86f0bf40f4a8ddb32d9760ac30f526e99386b99e 100644 (file)
@@ -2,14 +2,14 @@
 
 include ../config-host.mak
 include ../config-all-devices.mak
-include config.mak
 include $(SRC_PATH)/rules.mak
 
 .PHONY: all
 
-$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
+$(call set-vpath, $(SRC_PATH))
 
 QEMU_CFLAGS+=-I..
+QEMU_CFLAGS += -I$(SRC_PATH)/include
 
 include $(SRC_PATH)/Makefile.objs
 
@@ -18,7 +18,5 @@ all: $(hw-obj-y)
        @true
 
 clean:
-       rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
-
-# Include automatically generated dependency files
--include $(wildcard *.d */*.d)
+       rm -f $(addsuffix *.o, $(sort $(dir $(hw-obj-y))))
+       rm -f $(addsuffix *.d, $(sort $(dir $(hw-obj-y))))
This page took 0.02037 seconds and 4 git commands to generate.