Revision 6d4ba740 configurations/HelloWorld/modules/modules.mk

View differences:

configurations/HelloWorld/modules/modules.mk
1 1
################################################################################
2 2
# AMiRo-Apps is a collection of applications for the Autonomous Mini Robot     #
3 3
# (AMiRo) platform.                                                            #
4
# Copyright (C) 2018..2019  Thomas Schöpping et al.                            #
4
# Copyright (C) 2018..2020  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
27 27
APPCONFIG_MODULES_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
28 28

  
29 29
# environment setup
30
CONFIG_USE_MIDDLEWARE = true
31 30
include $(APPCONFIG_MODULES_DIR)/../../apps.mk
32 31

  
33
# include directories for configurations
34
APPSINC += $(APPCONFIG_MODULES_DIR)
32
# include paths
33
APPS_INC += $(APPCONFIG_MODULES_DIR)
34

  
35
# C source files
36
APPS_CSRC +=
35 37

  
36
# set the build directory
37
ifeq ($(BUILDDIR),)
38
  BUILDDIR = $(APPCONFIG_MODULE_DIR)/build
39
endif
40
export BUILDDIR

Also available in: Unified diff