Happy day of redundancy day!
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at --- Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile index 530fb83..d713254 100644 --- a/Makefile +++ b/Makefile @@ -270,6 +270,7 @@ CLI_OBJS = flashrom.o cli_classic.o cli_output.o print.o PROGRAMMER_OBJS = udelay.o programmer.o
all: pciutils features $(PROGRAM)$(EXEC_SUFFIX) + +make -C util/ich_descriptors_tool/
# Set the flashrom version string from the highest revision number # of the checked out flashrom files. @@ -569,6 +570,7 @@ TAROPTIONS = $(shell LC_ALL=C tar --version|grep -q GNU && echo "--owner=root -- # We don't use EXEC_SUFFIX here because we want to clean everything. clean: rm -f $(PROGRAM) $(PROGRAM).exe libflashrom.a *.o *.d + +make -C util/ich_descriptors_tool/ clean
distclean: clean rm -f .features .libdeps