[accelerometer]added app for interacting with accelerometer from console
This commit is contained in:
10
app/accelerometer/rules.mk
Normal file
10
app/accelerometer/rules.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
MODULE := $(LOCAL_DIR)
|
||||
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/accelerometer.c \
|
||||
|
||||
MODULE_ARM_OVERRIDE_SRCS := \
|
||||
|
||||
include make/module.mk
|
||||
Reference in New Issue
Block a user