1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

makefile: use the same coding style for all make variables

This commit is contained in:
Oleg Semyonov 2013-04-12 10:46:25 +02:00
parent 28bfc2725c
commit bc4d25242f
5 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ endif
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/System/systemmod.c
SRC += $(OPMODULEDIR)}/System/systemmod.c
SRC += $(OPSYSTEM)/coptercontrol.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c

View File

@ -44,7 +44,7 @@ CFLAGS += -ffast-math
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/System/systemmod.c
SRC += $(OPMODULEDIR)/System/systemmod.c
SRC += $(OPSYSTEM)/osd.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c

View File

@ -36,7 +36,7 @@ OPTMODULES =
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/PipXtreme/pipxtrememod.c
SRC += $(OPMODULEDIR)/PipXtreme/pipxtrememod.c
SRC += $(OPSYSTEM)/pipxtreme.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c

View File

@ -62,7 +62,7 @@ CFLAGS += -ffast-math
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/System/systemmod.c
SRC += $(OPMODULEDIR)/System/systemmod.c
SRC += $(OPSYSTEM)/revolution.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c

View File

@ -62,7 +62,7 @@ CFLAGS += -ffast-math
# Use file-extension c for "c-only"-files
ifndef TESTAPP
## Application Core
SRC += ${OPMODULEDIR}/System/systemmod.c
SRC += $(OPMODULEDIR)/System/systemmod.c
SRC += $(OPSYSTEM)/revolution.c
SRC += $(OPSYSTEM)/pios_board.c
SRC += $(OPSYSTEM)/pios_usb_board_data.c