aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-04-28 14:54:06 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-04-28 14:54:06 +0200
commit6479ebcc735a96b316bc0624a8b3795bc5677d4e (patch)
treeca69a57b87d882a9408df3edbd033b142255adb1 /src
parentb1de6c0eaf26b9bb05075ffa18e1eb32d3cae75b (diff)
downloadpx4-firmware-6479ebcc735a96b316bc0624a8b3795bc5677d4e.tar.gz
px4-firmware-6479ebcc735a96b316bc0624a8b3795bc5677d4e.tar.bz2
px4-firmware-6479ebcc735a96b316bc0624a8b3795bc5677d4e.zip
General app cleanup for FMU
Diffstat (limited to 'src')
-rw-r--r--src/drivers/led/module.mk (renamed from src/drivers/led/Makefile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/led/Makefile b/src/drivers/led/module.mk
index 7de188259..777f3e442 100644
--- a/src/drivers/led/Makefile
+++ b/src/drivers/led/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (C) 2012 PX4 Development Team. All rights reserved.
+# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
############################################################################
#
-# Makefile to build the LED driver.
+# Build the LED driver.
#
-include $(APPDIR)/mk/app.mk
+SRCS = led.cpp