2010-02-23 18:14:32 -05:00
|
|
|
MC1322X := ..
|
2010-02-21 17:34:27 -05:00
|
|
|
|
2010-02-26 14:04:10 -05:00
|
|
|
# all off the common objects for each target
|
|
|
|
# a COBJ is made for EACH board and goes the obj_$(BOARD)_board directory
|
|
|
|
# board specific code is OK in these files
|
2010-02-26 18:19:10 -05:00
|
|
|
COBJS := tests.o
|
2010-02-26 14:04:10 -05:00
|
|
|
|
|
|
|
# all of the target programs to build
|
2010-03-02 10:39:23 -05:00
|
|
|
TARGETS := blink-red blink-green blink-blue blink-white blink-allio \
|
2010-02-26 17:44:39 -05:00
|
|
|
uart1-loopback \
|
|
|
|
nvm-read nvm-write romimg flasher \
|
|
|
|
tmr tmr-ints \
|
|
|
|
sleep \
|
2010-02-26 18:27:58 -05:00
|
|
|
rftest-rx rftest-tx \
|
2010-03-01 17:11:56 -05:00
|
|
|
printf
|
2010-02-26 17:44:39 -05:00
|
|
|
|
2010-03-02 10:38:32 -05:00
|
|
|
# these targets are built with space reserved for variables needed by ROM services
|
|
|
|
# this space is initialized with a rom call to rom_data_init
|
2010-03-02 10:39:23 -05:00
|
|
|
TARGETS_WITH_ROM_VARS :=
|
2010-02-23 18:27:12 -05:00
|
|
|
|
2010-02-21 18:47:12 -05:00
|
|
|
include $(MC1322X)/Makefile.include
|
2010-02-21 17:34:27 -05:00
|
|
|
|
2010-02-23 15:53:00 -05:00
|
|
|
|
2010-02-23 18:27:12 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2010-02-22 19:18:48 -05:00
|
|
|
|