mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue