1LOCAL_DIR := $(GET_LOCAL_DIR) 2 3MODULE := $(LOCAL_DIR) 4 5MODULE_SRCS := $(LOCAL_DIR)/arch.c 6 7include make/module.mk 8 9