summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-05-30 23:57:01 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-06-12 21:56:09 +0200
commit97fafb9adc0fc8a3610fe28e8394accf96ad0a9c (patch)
treec3b64011312398707ff113c1bfc1de75076c513e /Makefile
parentd6993ef3d0aa971ff8349b7c8073a22b215bec51 (diff)
Remove unused variable definitions
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index f3bdf3b80..20dd70710 100644
--- a/Makefile
+++ b/Makefile
@@ -223,16 +223,6 @@ HOST_LIBEXT:=.lib
HOST_SHREXT:=.dll
endif
-# The preferred type of libs we build for the target
-ifeq ($(BR2_PREFER_STATIC_LIB),y)
-LIBTGTEXT=.a
-#PREFERRED_LIB_FLAGS:=--disable-shared --enable-static
-else
-LIBTGTEXT=.so
-#PREFERRED_LIB_FLAGS:=--disable-static --enable-shared
-endif
-PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
-
##############################################################
#
# The list of stuff to build for the target toolchain