compilation unit. to add a module as a dependency of another, just add to the MODULE make variable, instead of APPS/LIBS/DEVS
11 lines
166 B
Makefile
11 lines
166 B
Makefile
# top level project rules for the sam7ex256-test project
|
|
#
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := sam7ex256
|
|
MODULES += \
|
|
app/tests
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/init.o
|