More compile fixes

This commit is contained in:
Lorenz Meier 2012-10-26 13:01:34 +02:00
parent e5fd37f719
commit faa4033f7e
1 changed files with 1 additions and 7 deletions

View File

@ -39,12 +39,6 @@ APPNAME = position_estimator
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 4096
CSRCS = position_estimator_main.c \
codegen/position_estimator.c \
codegen/position_estimator_initialize.c \
codegen/position_estimator_terminate.c \
codegen/rt_nonfinite.c \
codegen/rtGetInf.c \
codegen/rtGetNaN.c
CSRCS = position_estimator_main.c
include $(APPDIR)/mk/app.mk