summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/motor/Makefile.defs
blob: 51c658ccc515b87d2d86637f86f835a9a782ef3e (plain)
1
2
3
4
5
6
7
8
9
10
PROGRAMS += test_motor

motor_OBJECTS = motor.o

test_motor_OBJECTS = test_motor.o $(motor_OBJECTS) $(timer_OBJECTS) \
		     $(config_OBJECTS) $(serial_OBJECTS) \
		     $(asserv_OBJECTS) $(proto_OBJECTS) $(log_OBJECTS) \
		     $(utils_OBJECTS)

test_motor: $(test_motor_OBJECTS)