X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=mk%2Frte.app.mk;h=2375edcc7a56c0439012f32425128d003d46de60;hb=eee16c964cd6;hp=68ef9e7a49e4fa957aabe55f05267c3231c5633b;hpb=472274316713c6b229f108764ec62c4f0150831c;p=dpdk.git diff --git a/mk/rte.app.mk b/mk/rte.app.mk index 68ef9e7a49..2375edcc7a 100644 --- a/mk/rte.app.mk +++ b/mk/rte.app.mk @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2012 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2013 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -93,6 +93,24 @@ ifeq ($(CONFIG_RTE_LIBRTE_LPM),y) LDLIBS += -lrte_lpm endif +ifeq ($(CONFIG_RTE_LIBRTE_POWER),y) +LDLIBS += -lrte_power +endif + +ifeq ($(CONFIG_RTE_LIBRTE_PMAC),y) +LDLIBS += -lrte_pmac +endif + +ifeq ($(CONFIG_RTE_LIBRTE_METER),y) +LDLIBS += -lrte_meter +endif + +ifeq ($(CONFIG_RTE_LIBRTE_SCHED),y) +LDLIBS += -lrte_sched +LDLIBS += -lm +LDLIBS += -lrt +endif + LDLIBS += --start-group ifeq ($(CONFIG_RTE_LIBRTE_ETHER),y) @@ -113,6 +131,7 @@ endif ifeq ($(CONFIG_RTE_LIBC),y) LDLIBS += -lc +LDLIBS += -lm endif ifeq ($(CONFIG_RTE_LIBGLOSS),y)