From: Jan Kiszka <[email protected]> Obsoleted when we switched to autoconf/automake.
Signed-off-by: Jan Kiszka <[email protected]> --- env/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 env/Makefile diff --git a/env/Makefile b/env/Makefile deleted file mode 100644 index 215f4da..0000000 --- a/env/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# EFI Boot Guard -# -# Copyright (c) Siemens AG, 2017 -# -# Authors: -# Jan Kiszka <[email protected]> -# Andreas Reichel <[email protected]> -# -# This work is licensed under the terms of the GNU GPL, version 2. See -# the COPYING file in the top-level directory. -# - -OBJS := syspart.o fatvars.o - -env_backends: $(OBJS) - -%.o: %.c - @$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $< - -clean: - @rm -rf *.o - -.PHONY: env_backends clean -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/8789d474-d709-7d4f-04ea-469933dc1d83%40siemens.com. For more options, visit https://groups.google.com/d/optout.
