aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/cdcacm/.context0
-rw-r--r--apps/px4/tests/Makefile2
-rw-r--r--apps/system/i2c/Makefile2
-rw-r--r--apps/systemcmds/eeprom/Makefile1
-rw-r--r--apps/systemlib/Makefile14
5 files changed, 6 insertions, 13 deletions
diff --git a/apps/examples/cdcacm/.context b/apps/examples/cdcacm/.context
deleted file mode 100644
index e69de29bb..000000000
--- a/apps/examples/cdcacm/.context
+++ /dev/null
diff --git a/apps/px4/tests/Makefile b/apps/px4/tests/Makefile
index 34f058be4..e27222b9d 100644
--- a/apps/px4/tests/Makefile
+++ b/apps/px4/tests/Makefile
@@ -41,4 +41,4 @@ STACKSIZE = 12000
include $(APPDIR)/mk/app.mk
-MAXOPTIMIZATION = -Os
+MAXOPTIMIZATION = -Os \ No newline at end of file
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index c98e2c0e2..7f0e6005b 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -66,7 +66,7 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
MAXOPTIMIZATION = -Os
-# Build targets
+# Build Targets
all: .built
.PHONY: context .depend depend clean distclean
diff --git a/apps/systemcmds/eeprom/Makefile b/apps/systemcmds/eeprom/Makefile
index 79a05550e..58c8cb5ec 100644
--- a/apps/systemcmds/eeprom/Makefile
+++ b/apps/systemcmds/eeprom/Makefile
@@ -38,6 +38,7 @@
APPNAME = eeprom
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 4096
+MAXOPTIMIZATION = -Os
include $(APPDIR)/mk/app.mk
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index 8240dbe43..b2e233a92 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -44,17 +44,9 @@ CSRCS = err.c \
cpuload.c \
getopt_long.c \
up_cxxinitialize.c \
- airspeed.c
-
-# ppm_decode.c \
-
-#
-# XXX this really should be a CONFIG_* test
-#
-ifeq ($(TARGET),px4fmu)
-CSRCS += systemlib.c \
pid/pid.c \
- geo/geo.c
-endif
+ geo/geo.c \
+ systemlib.c \
+ airspeed.c
include $(APPDIR)/mk/app.mk