mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
This is patch adding prosistel rotator backend. Simply reading and setting azimuth for now. 73, Dario Iz7crx
12 lines
258 B
Makefile
12 lines
258 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := prosistel
|
|
LOCAL_MODULE := prosistel
|
|
|
|
LOCAL_CFLAGS := -DHAVE_CONFIG_H
|
|
LOCAL_C_INCLUDES := android include src
|
|
LOCAL_LDLIBS := -lhamlib -Lobj/local/armeabi
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|