d0f8336f13
had to comment out radio_off since I don't have the maca stuff moved over yet.
18 lines
418 B
Makefile
18 lines
418 B
Makefile
MC1322X := ..
|
|
|
|
# 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
|
|
TARGETS := blink-red blink-green blink-blue blink-white blink-allio uart1-loopback nvm-read nvm-write romimg flasher tmr tmr-ints sleep
|
|
|
|
include $(MC1322X)/Makefile.include
|
|
|
|
|
|
|
|
|
|
|
|
|