From 58d7a7d8e676475816287d174a0fb0e551f06076 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 26 Feb 2019 14:37:56 +0100 Subject: [PATCH] Build Libmpg123 for ARM --- lib/mk/spec/arm/libmpg123.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/mk/spec/arm/libmpg123.mk b/lib/mk/spec/arm/libmpg123.mk index c59806c..b3ac7ac 100644 --- a/lib/mk/spec/arm/libmpg123.mk +++ b/lib/mk/spec/arm/libmpg123.mk @@ -1 +1,5 @@ -$(error libmpg123 not available for ARM, see $(REP_DIR)/lib/mk/spec/x86_64/libmpg123.mk) +include $(REP_DIR)/lib/mk/libmpg123.inc + +CC_DEF += -DOPT_ARM + +SRC_S += $(notdir $(wildcard $(MPG123_SRC_DIR)/*arm*.S))