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
|
|
|
|
COBJS := tests.o put.o
|
|
|
|
|
|
|
|
# all of the target programs to build
|
2010-02-26 16:37:20 -05:00
|
|
|
TARGETS := blink-red blink-green blink-blue blink-white blink-allio uart1-loopback nvm-read nvm-write romimg flasher tmr tmr-ints sleep
|
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
|
|
|
|