Files
lk/project/sam7ex256-test/rules.mk
Travis Geiselbrecht f54ab82112 flatten the make system a little bit by providing only modules as a
compilation unit.

to add a module as a dependency of another, just add to the MODULE make
variable, instead of APPS/LIBS/DEVS
2008-09-05 04:18:30 -07:00

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