summaryrefslogtreecommitdiff
path: root/package/nasm
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2014-07-14 08:41:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-14 13:11:40 +0200
commit86cfc0bf9c7aef15a71ca1b2d4ea3f1f0676906a (patch)
tree62c616f7c0bff996cf9badd43ab96d1a5be10d0b /package/nasm
parent3d6dc9806852c53e3e0d87169cd9e9c771a1d73a (diff)
nasm: remove unused target package
When nasm was added in da8d09b716, it got both the host and the target variants even though it doesn't have a Config.in and the target variant isn't used anywhere. Therefore, this patch removes the unused target variant. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nasm')
-rw-r--r--package/nasm/nasm.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk
index b9077eb64..b87d6ef5c 100644
--- a/package/nasm/nasm.mk
+++ b/package/nasm/nasm.mk
@@ -10,5 +10,4 @@ NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
NASM_LICENSE = BSD-2c
NASM_LICENSE_FILES = LICENSE
-$(eval $(autotools-package))
$(eval $(host-autotools-package))