From e5c3dcce5653046c8c5abd6a8f5bcc70a9a4837c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 25 Dec 2017 13:26:35 +0100 Subject: [PATCH] remove libcmini dependency --- tos/pci_test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tos/pci_test/Makefile b/tos/pci_test/Makefile index dc7aa69..b346099 100755 --- a/tos/pci_test/Makefile +++ b/tos/pci_test/Makefile @@ -84,7 +84,6 @@ $(1)/objs/%.o:$(SRCDIR)/%.S $(1)_OBJS=$(patsubst %,$(1)/objs/%,$(OBJS)) $(1)/$(APP): $$($(1)_OBJS) @echo CC $$@ - #@$(CC) $$(CFLAGS) -o $$@ $(LIBCMINI)/$(1)/startup.o $$($(1)_OBJS) -L$(LIBCMINI)/$(1) $(LIBS) @$(CC) $$(CFLAGS) -o $$@ $$($(1)_OBJS) $(LIBS) #@$(STRIP) $$@ endef