compilation unit. to add a module as a dependency of another, just add to the MODULE make variable, instead of APPS/LIBS/DEVS
6 lines
62 B
Makefile
6 lines
62 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/dev.o
|
|
|