summaryrefslogtreecommitdiff
path: root/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk')
-rw-r--r--opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk b/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk
new file mode 100644
index 0000000..8db50c4
--- /dev/null
+++ b/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/local.mk
@@ -0,0 +1,16 @@
+# Get the current local path as the first operation
+LOCAL_PATH := $(call get_makefile_dir)
+
+# Clear out the variables used in the local makefiles
+include $(MK)/clear.mk
+
+TARGET :=
+
+
+INCSRCDIR := ../../include
+
+HDRS := pvgsmamrdecoderinterface.h
+
+
+include $(MK)/library.mk
+