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