From patchwork Wed Mar 12 11:38:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petri Savolainen X-Patchwork-Id: 26084 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ie0-f200.google.com (mail-ie0-f200.google.com [209.85.223.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id D5E23203AB for ; Wed, 12 Mar 2014 11:38:35 +0000 (UTC) Received: by mail-ie0-f200.google.com with SMTP id lx4sf38631870iec.7 for ; Wed, 12 Mar 2014 04:38:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe:content-type; bh=otD3nGti1St5BBeCA9IlnPKOrJE3/KQziV3K3a9alSg=; b=U5GMc972pGL2fEaJMA2q4plyo4mHx3Clf1XKUefOByQP2irH3p3vKvKpMqdI2GUOpt 3OUtI1fp7mgOnWD8pp6NRDu+NbLg2eHNqHSSS6ePnni1XGgxvVOGVxMJ6q3LaUtkGX28 3+gP0PHiXTSYrlKM0/sdGCAEUVSlb70VKnXpdrjsE9UvmHiK9dNZtUj9h9X+6/JUWvjE 8bmsj+czex58wJoyN2DbLgQrc5ZNmhN2+DuFHRWgZe4wvME+QiLk6vUFM3Ka7wrbyS6R pVBXLbZx1UKFpQlrISZNy/FbFZwjltJBPld/quCOFapVxzFZ5Ftp8SWkLQfPvX7FRsWb ZJNw== X-Gm-Message-State: ALoCoQk7xVXxqesYuTlSKS5xNryqDL+bmyHgrVYLo8KY4zoKh6K0LT/sH8xwRMy72kl4jiJRaxYI X-Received: by 10.182.60.195 with SMTP id j3mr16949570obr.17.1394624315116; Wed, 12 Mar 2014 04:38:35 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: lng-odp@linaro.org Received: by 10.140.30.201 with SMTP id d67ls2866542qgd.62.gmail; Wed, 12 Mar 2014 04:38:34 -0700 (PDT) X-Received: by 10.140.32.225 with SMTP id h88mr49184957qgh.49.1394624314928; Wed, 12 Mar 2014 04:38:34 -0700 (PDT) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by mx.google.com with ESMTPS id h93si12765846qgh.54.2014.03.12.04.38.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Mar 2014 04:38:34 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.216.46 is neither permitted nor denied by best guess record for domain of petri.savolainen@linaro.org) client-ip=209.85.216.46; Received: by mail-qa0-f46.google.com with SMTP id i13so9862468qae.33 for ; Wed, 12 Mar 2014 04:38:34 -0700 (PDT) X-Received: by 10.224.38.209 with SMTP id c17mr52133949qae.11.1394624314804; Wed, 12 Mar 2014 04:38:34 -0700 (PDT) Received: from localhost.localdomain (ec2-23-23-178-99.compute-1.amazonaws.com. [23.23.178.99]) by mx.google.com with ESMTPSA id e4sm77219301qar.12.2014.03.12.04.38.32 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Mar 2014 04:38:33 -0700 (PDT) From: Petri Savolainen To: lng-odp@linaro.org Cc: Petri Savolainen Subject: [lng-odp] [PATCH v2 2/2] Add STD_LIBS into test app makefiles Date: Wed, 12 Mar 2014 13:38:59 +0200 Message-Id: <1394624339-6724-2-git-send-email-petri.savolainen@linaro.org> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1394624339-6724-1-git-send-email-petri.savolainen@linaro.org> References: <1394624339-6724-1-git-send-email-petri.savolainen@linaro.org> X-Original-Sender: petri.savolainen@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.216.46 is neither permitted nor denied by best guess record for domain of petri.savolainen@linaro.org) smtp.mail=petri.savolainen@linaro.org Precedence: list Mailing-list: list lng-odp@linaro.org; contact lng-odp+owners@linaro.org List-ID: X-Google-Group-Id: 474323889996 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Signed-off-by: Petri Savolainen --- test/api_test/Makefile | 6 +++--- test/packet/Makefile | 2 +- test/packet_netmap/Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/api_test/Makefile b/test/api_test/Makefile index ea3dbc4..bd99c50 100644 --- a/test/api_test/Makefile +++ b/test/api_test/Makefile @@ -54,15 +54,15 @@ $(OBJ_DIR)/%.o: %.c # $(ODP_ATOMIC): $(ODP_LIB) $(ATOMIC_OBJS) $(ECHO) Linking $< - $(CC) $(LDFLAGS) $(ATOMIC_OBJS) $(ODP_LIB) -o $@ + $(CC) $(LDFLAGS) $(ATOMIC_OBJS) $(ODP_LIB) $(STD_LIBS) -o $@ $(ODP_SHM): $(ODP_LIB) $(SHM_OBJS) $(ECHO) Linking $< - $(CC) $(LDFLAGS) $(SHM_OBJS) $(ODP_LIB) -o $@ + $(CC) $(LDFLAGS) $(SHM_OBJS) $(ODP_LIB) $(STD_LIBS) -o $@ $(ODP_RING): $(ODP_LIB) $(RING_OBJS) $(ECHO) Linking $< - $(CC) $(LDFLAGS) $(RING_OBJS) $(ODP_LIB) -o $@ + $(CC) $(LDFLAGS) $(RING_OBJS) $(ODP_LIB) $(STD_LIBS) -o $@ .PHONY: clean clean: diff --git a/test/packet/Makefile b/test/packet/Makefile index b4c0e5b..07ee4c3 100644 --- a/test/packet/Makefile +++ b/test/packet/Makefile @@ -30,7 +30,7 @@ $(OBJ_DIR)/%.o: %.c # Link rule # $(ODP_APP): $(ODP_LIB) $(OBJS) - $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) -o $@ + $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) $(STD_LIBS) -o $@ .PHONY: clean clean: diff --git a/test/packet_netmap/Makefile b/test/packet_netmap/Makefile index d1bf807..a8b8532 100644 --- a/test/packet_netmap/Makefile +++ b/test/packet_netmap/Makefile @@ -32,7 +32,7 @@ $(OBJ_DIR)/%.o: %.c # Link rule # $(ODP_APP): $(ODP_LIB) $(OBJS) - $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) -o $@ + $(CC) $(LDFLAGS) $(OBJS) $(ODP_LIB) $(STD_LIBS) -o $@ .PHONY: clean clean: