1# Get the current local path as the first operation
2LOCAL_PATH := $(call get_makefile_dir)
3
4# Clear out the variables used in the local makefiles
5include $(MK)/clear.mk
6
7TARGET :=
8
9
10INCSRCDIR := ../../include
11
12HDRS := pvgsmamrdecoderinterface.h
13
14
15include $(MK)/library.mk
16
17