From eb0e0a30d479b08e084e1990f97d56ce72968059 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 19 Feb 2024 09:43:06 +0100 Subject: [PATCH] makefile: isobus: remove dependencies to libj1939.h Fixes: 42edaeaf52fd ("Implement ISOBUS File Server (FS) Interface as a Personal Project") --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3515abd..260e1dd 100644 --- a/Makefile +++ b/Makefile @@ -144,8 +144,8 @@ j1939cat.o: libj1939.h j1939spy.o: libj1939.h j1939sr.o: libj1939.h testj1939.o: libj1939.h -isobusfs_srv.o: libj1939.h lib.h -isobusfs_c.o: libj1939.h lib.h +isobusfs_srv.o: lib.h +isobusfs_c.o: lib.h canframelen.o: canframelen.h canbusload: canbusload.o canframelen.o