2010-02-23 23:14:32 +00:00
|
|
|
MC1322X := ..
|
2010-02-21 22:34:27 +00:00
|
|
|
|
2010-02-26 19:04:10 +00: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
|
|
|
|
COBJS := tests.o put.o
|
|
|
|
|
|
|
|
# all of the target programs to build
|
2010-02-26 21:15:26 +00:00
|
|
|
TARGETS := blink-red blink-green blink-blue blink-white blink-allio uart1-loopback nvm-read nvm-write romimg flasher tmr tmr-ints
|
2010-02-23 23:27:12 +00:00
|
|
|
|
2010-02-21 23:47:12 +00:00
|
|
|
include $(MC1322X)/Makefile.include
|
2010-02-21 22:34:27 +00:00
|
|
|
|
2010-02-23 20:53:00 +00:00
|
|
|
|
2010-02-23 23:27:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2010-02-23 00:18:48 +00:00
|
|
|
|