fix broken build system (since I moved put)

This commit is contained in:
Mariano Alvira 2010-02-26 18:19:10 -05:00
parent 97bd011d28
commit d36264ef9e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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
COBJS := tests.o
# all of the target programs to build
TARGETS := blink-red blink-green blink-blue blink-white blink-allio \