From a69bbe9693f8ff56a64533dd03b6659dbec7674a Mon Sep 17 00:00:00 2001 From: Siarhei Siamashka Date: Wed, 19 Aug 2015 14:33:48 +0300 Subject: [PATCH] Makefile: 'fel' tool depends on fel-to-spl-thunk.h Signed-off-by: Siarhei Siamashka Acked-by: Hans de Goede --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 922da8f..71e0396 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ LIBUSB = libusb-1.0 LIBUSB_CFLAGS = `pkg-config --cflags $(LIBUSB)` LIBUSB_LIBS = `pkg-config --libs $(LIBUSB)` -fel: fel.c +fel: fel.c fel-to-spl-thunk.h $(CC) $(CFLAGS) $(LIBUSB_CFLAGS) $(LDFLAGS) -o $@ $(filter %.c,$^) $(LIBS) $(LIBUSB_LIBS) nand-part: nand-part-main.c nand-part.c nand-part-a10.h nand-part-a20.h