Align AVR demo Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15018 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
d7184b008a
commit
0e5d2023d4
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -145,9 +145,6 @@ SZ = $(TRGT)size
|
||||||
HEX = $(CP) -O ihex
|
HEX = $(CP) -O ihex
|
||||||
BIN = $(CP) -O binary
|
BIN = $(CP) -O binary
|
||||||
|
|
||||||
# AVR programming tool.
|
|
||||||
AVRDUDE = avrdude
|
|
||||||
|
|
||||||
# Size of the elf binary file.
|
# Size of the elf binary file.
|
||||||
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
||||||
|
|
||||||
|
@ -169,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -145,9 +145,6 @@ SZ = $(TRGT)size
|
||||||
HEX = $(CP) -O ihex
|
HEX = $(CP) -O ihex
|
||||||
BIN = $(CP) -O binary
|
BIN = $(CP) -O binary
|
||||||
|
|
||||||
# AVR programming tool.
|
|
||||||
AVRDUDE = avrdude
|
|
||||||
|
|
||||||
# Size of the elf binary file.
|
# Size of the elf binary file.
|
||||||
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
||||||
|
|
||||||
|
@ -169,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -145,9 +145,6 @@ SZ = $(TRGT)size
|
||||||
HEX = $(CP) -O ihex
|
HEX = $(CP) -O ihex
|
||||||
BIN = $(CP) -O binary
|
BIN = $(CP) -O binary
|
||||||
|
|
||||||
# AVR programming tool.
|
|
||||||
AVRDUDE = avrdude
|
|
||||||
|
|
||||||
# Size of the elf binary file.
|
# Size of the elf binary file.
|
||||||
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
||||||
|
|
||||||
|
@ -169,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -145,9 +145,6 @@ SZ = $(TRGT)size
|
||||||
HEX = $(CP) -O ihex
|
HEX = $(CP) -O ihex
|
||||||
BIN = $(CP) -O binary
|
BIN = $(CP) -O binary
|
||||||
|
|
||||||
# AVR programming tool.
|
|
||||||
AVRDUDE = avrdude
|
|
||||||
|
|
||||||
# Size of the elf binary file.
|
# Size of the elf binary file.
|
||||||
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
||||||
|
|
||||||
|
@ -169,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -56,7 +56,6 @@ ifeq ($(USE_VERBOSE_PROGRAMMATION),)
|
||||||
USE_VERBOSE_PROGRAMMATION = no
|
USE_VERBOSE_PROGRAMMATION = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Enable this if you want to use AVRDUDE programmer.
|
# Enable this if you want to use AVRDUDE programmer.
|
||||||
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
||||||
USE_AVRDUDE_PROGRAMMER = yes
|
USE_AVRDUDE_PROGRAMMER = yes
|
||||||
|
@ -71,6 +70,7 @@ endif
|
||||||
ifeq ($(USE_MICRONUCLEUS_PROGRAMMER),)
|
ifeq ($(USE_MICRONUCLEUS_PROGRAMMER),)
|
||||||
USE_MICRONUCLEUS_PROGRAMMER = no
|
USE_MICRONUCLEUS_PROGRAMMER = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Building and programming global options.
|
# Building and programming global options.
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -167,7 +167,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
@ -279,7 +279,7 @@ ifeq ($(AVR_PROGRAMMER),$(AVRDUDE_PROGRAMMER))
|
||||||
program: $(BUILDDIR)/$(PROJECT).hex
|
program: $(BUILDDIR)/$(PROJECT).hex
|
||||||
@echo
|
@echo
|
||||||
@echo Programming $(MCU) device.
|
@echo Programming $(MCU) device.
|
||||||
$(AVR_PROGRAMMER) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH)
|
$(AVR_PROGRAMMER) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $<
|
||||||
@echo Done.
|
@echo Done.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -56,7 +56,6 @@ ifeq ($(USE_VERBOSE_PROGRAMMATION),)
|
||||||
USE_VERBOSE_PROGRAMMATION = no
|
USE_VERBOSE_PROGRAMMATION = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Enable this if you want to use AVRDUDE programmer.
|
# Enable this if you want to use AVRDUDE programmer.
|
||||||
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
||||||
USE_AVRDUDE_PROGRAMMER = yes
|
USE_AVRDUDE_PROGRAMMER = yes
|
||||||
|
@ -83,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -167,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -56,7 +56,6 @@ ifeq ($(USE_VERBOSE_PROGRAMMATION),)
|
||||||
USE_VERBOSE_PROGRAMMATION = no
|
USE_VERBOSE_PROGRAMMATION = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Enable this if you want to use AVRDUDE programmer.
|
# Enable this if you want to use AVRDUDE programmer.
|
||||||
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
ifeq ($(USE_AVRDUDE_PROGRAMMER),)
|
||||||
USE_AVRDUDE_PROGRAMMER = yes
|
USE_AVRDUDE_PROGRAMMER = yes
|
||||||
|
@ -83,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -167,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -35,7 +35,7 @@ ifeq ($(USE_VERBOSE_COMPILE),)
|
||||||
USE_VERBOSE_COMPILE = no
|
USE_VERBOSE_COMPILE = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# If enabled, this option makes the build process faster by not compiling.
|
# If enabled, this option makes the build process faster by not compiling
|
||||||
# modules not used in the current configuration.
|
# modules not used in the current configuration.
|
||||||
ifeq ($(USE_SMART_BUILD),)
|
ifeq ($(USE_SMART_BUILD),)
|
||||||
USE_SMART_BUILD = yes
|
USE_SMART_BUILD = yes
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -166,7 +166,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -167,7 +167,7 @@ CPPWARN =
|
||||||
#
|
#
|
||||||
|
|
||||||
# List all user C define here, like -D_DEBUG=1.
|
# List all user C define here, like -D_DEBUG=1.
|
||||||
UDEFS =
|
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||||
|
|
||||||
# Define ASM defines here.
|
# Define ASM defines here.
|
||||||
UADEFS =
|
UADEFS =
|
||||||
|
|
|
@ -82,7 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
|
|
@ -82,11 +82,11 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS = ../../..
|
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
DEPDIR := ./.dep
|
||||||
|
|
||||||
# Licensing files.
|
# Licensing files.
|
||||||
include $(CHIBIOS)/os/license/license.mk
|
include $(CHIBIOS)/os/license/license.mk
|
||||||
|
@ -113,6 +113,7 @@ CSRC = $(ALLCSRC) \
|
||||||
# List C++ sources file here.
|
# List C++ sources file here.
|
||||||
CPPSRC = $(ALLCPPSRC)
|
CPPSRC = $(ALLCPPSRC)
|
||||||
|
|
||||||
|
# Header files here.
|
||||||
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -149,9 +150,6 @@ SZ = $(TRGT)size
|
||||||
HEX = $(CP) -O ihex
|
HEX = $(CP) -O ihex
|
||||||
BIN = $(CP) -O binary
|
BIN = $(CP) -O binary
|
||||||
|
|
||||||
# AVR programming tool.
|
|
||||||
AVRDUDE = avrdude
|
|
||||||
|
|
||||||
# Size of the elf binary file.
|
# Size of the elf binary file.
|
||||||
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
ELFSIZE = $(SZ) --mcu=$(MCU) --format=avr $(BUILDDIR)/$(PROJECT).elf
|
||||||
|
|
||||||
|
|
|
@ -82,8 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS = ../../..
|
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -114,6 +113,7 @@ CSRC = $(ALLCSRC) \
|
||||||
# List C++ sources file here.
|
# List C++ sources file here.
|
||||||
CPPSRC = $(ALLCPPSRC)
|
CPPSRC = $(ALLCPPSRC)
|
||||||
|
|
||||||
|
# Header files here.
|
||||||
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -82,8 +82,7 @@ endif
|
||||||
# Define project name here.
|
# Define project name here.
|
||||||
PROJECT = ch
|
PROJECT = ch
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths.
|
||||||
CHIBIOS = ../../..
|
|
||||||
CHIBIOS := ../../..
|
CHIBIOS := ../../..
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
|
@ -114,6 +113,7 @@ CSRC = $(ALLCSRC) \
|
||||||
# List C++ sources file here.
|
# List C++ sources file here.
|
||||||
CPPSRC = $(ALLCPPSRC)
|
CPPSRC = $(ALLCPPSRC)
|
||||||
|
|
||||||
|
# Header files here.
|
||||||
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue