From 7cf0c783c1c099177b9b847c01d2c963ddf8288d Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 4 Feb 2014 20:04:38 -0800 Subject: *.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/ CONFIG_USE_X86INC is available to every makefile, there's no need to duplicate its value with USE_X86INC Change-Id: Id12bd5f09cba78abba56ab5a8f56351562e5b8b6 --- libs.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs.mk') diff --git a/libs.mk b/libs.mk index cc40451d4..6c7d0801c 100644 --- a/libs.mk +++ b/libs.mk @@ -57,13 +57,6 @@ CLEAN-OBJS += $$(BUILD_PFX)$(1).h RTCD += $$(BUILD_PFX)$(1).h endef -# x86inc.asm is not compatible with pic 32bit builds. Restrict -# files which use it to 64bit builds or 32bit without pic -USE_X86INC = no -ifeq ($(CONFIG_USE_X86INC),yes) - USE_X86INC = yes -endif - CODEC_SRCS-yes += CHANGELOG CODEC_SRCS-yes += libs.mk -- cgit v1.2.1