7 lines
64 B
Makefile
7 lines
64 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/init.o
|
|
|
|
|