From 0ec34f7ec1aa82d264b8ce4983d15b0587757a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 25 Dec 2017 13:20:53 +0100 Subject: [PATCH] remove mshort build there seems to be something wrong with the newest mintlib build (mshort builds for ColdFire fail). Temporarily disabling this until fixed. --- tos/pci_test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/pci_test/Makefile b/tos/pci_test/Makefile index b2f6158..dc7aa69 100755 --- a/tos/pci_test/Makefile +++ b/tos/pci_test/Makefile @@ -59,7 +59,7 @@ COBJS=$(patsubst $(SRCDIR)/%.o,%.o,$(patsubst %.c,%.o,$(CSRCS))) AOBJS=$(patsubst $(SRCDIR)/%.o,%.o,$(patsubst %.S,%.o,$(ASRCS))) OBJS=$(COBJS) $(AOBJS) -TRGTDIRS=./m5475 ./m5475/mshort +TRGTDIRS=./m5475 OBJDIRS=$(patsubst %,%/objs,$(TRGTDIRS)) #