]> xenbits.xensource.com Git - xen.git/commitdiff
tools/firmware/hvmloader: remove "subdirs-*" prerequisite
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:56 +0000 (17:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Dec 2021 16:26:29 +0000 (16:26 +0000)
hvmloader's last subdir have been removed in 73b72736e6 ("acpi: Move
ACPI code to tools/libacpi"), so there is no need to use "subdirs-*"
target anymore.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/firmware/hvmloader/Makefile

index e980ce7c5f5dd8759915a81870bba83fefc1cd3d..b754220839a05324098e04201f0d409be2c84cf9 100644 (file)
@@ -60,7 +60,7 @@ ROMS += $(ROMBIOS_ROM) $(STDVGA_ROM) $(CIRRUSVGA_ROM)
 endif
 
 .PHONY: all
-all: acpi subdirs-all
+all: acpi
        $(MAKE) hvmloader
 
 .PHONY: acpi
@@ -104,7 +104,7 @@ endif
        mv $@.new $@
 
 .PHONY: clean
-clean: subdirs-clean
+clean:
        rm -f roms.inc roms.inc.new acpi.h
        rm -f hvmloader hvmloader.tmp *.o $(DEPS_RM)
        $(MAKE) -C $(ACPI_PATH)  ACPI_BUILD_DIR=$(CURDIR) clean