2010-02-24 00:14:32 +01:00
|
|
|
MC1322X := ..
|
2010-02-21 23:34:27 +01:00
|
|
|
|
2010-02-26 20:04:10 +01: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 22:37:20 +01: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-24 00:27:12 +01:00
|
|
|
|
2010-02-22 00:47:12 +01:00
|
|
|
include $(MC1322X)/Makefile.include
|
2010-02-21 23:34:27 +01:00
|
|
|
|
2010-02-23 21:53:00 +01:00
|
|
|
|
2010-02-24 00:27:12 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2010-02-23 01:18:48 +01:00
|
|
|
|