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>
endif
.PHONY: all
-all: acpi subdirs-all
+all: acpi
$(MAKE) hvmloader
.PHONY: acpi
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