summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/motor/motor_model/test/Makefile
blob: 256d11287d563736c9092989dcc334a75e8ef96e (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..
HOST_PROGS = test_motor_model
test_motor_model_SOURCES = test_motor_model.c
MODULES = motor/motor_model
# -O2 : speed
# -Os : size
OPTIMIZE = -O2
HOST_LIBS = -lm

include $(BASE)/make/Makefile.gen