Revision a4a18efc

View differences:

modules/DiWheelDrive_1-1/Makefile
291 291
# End of user defines                                                          #
292 292
################################################################################
293 293

  
294
# allow for custom build directory
295
ifneq ($(BUILDDIR),)
296
  BUILDDIR := $(BUILDDIR)/$(PROJECT)
297
endif
298 294

  
299 295
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
300 296
include $(RULESPATH)/rules.mk
modules/LightRing_1-0/Makefile
291 291
# End of user defines                                                          #
292 292
################################################################################
293 293

  
294
# allow for custom build directory
295
ifneq ($(BUILDDIR),)
296
  BUILDDIR := $(BUILDDIR)/$(PROJECT)
297
endif
298 294

  
299 295
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
300 296
include $(RULESPATH)/rules.mk
modules/PowerManagement_1-1/Makefile
291 291
# End of user defines                                                          #
292 292
################################################################################
293 293

  
294
# allow for custom build directory
295
ifneq ($(BUILDDIR),)
296
  BUILDDIR := $(BUILDDIR)/$(PROJECT)
297
endif
298 294

  
299 295
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
300 296
include $(RULESPATH)/rules.mk

Also available in: Unified diff