From faa4033f7e8a9e7bc500f86b7169fd8a8443c38b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 26 Oct 2012 13:01:34 +0200 Subject: More compile fixes --- apps/position_estimator/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/position_estimator/Makefile b/apps/position_estimator/Makefile index 3502cc402..cc5072152 100644 --- a/apps/position_estimator/Makefile +++ b/apps/position_estimator/Makefile @@ -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 -- cgit v1.2.3