mirror of https://gitee.com/openkylin/qemu.git
make: Fix dependencies for fpu/*.c and tcg/*.c
Commit dcff25f2cd
removed too many *.d
files. The directories fpu/ and tcg/ still don't use the recursive
subdir rules.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
726f8cbf86
commit
a483bdae10
|
@ -216,4 +216,4 @@ GENERATED_HEADERS += config-target.h
|
|||
Makefile: $(GENERATED_HEADERS)
|
||||
|
||||
# Include automatically generated dependency files
|
||||
-include $(wildcard *.d)
|
||||
-include $(wildcard *.d fpu/*.d tcg/*.d)
|
||||
|
|
Loading…
Reference in New Issue