Revision 249c27b3 configurations/HelloWorld/Makefile
| configurations/HelloWorld/Makefile | ||
|---|---|---|
| 26 | 26 |
# absolue path to this directory |
| 27 | 27 |
HelloWorldCONF_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))) |
| 28 | 28 |
|
| 29 |
ifneq ($(BUILDDIR),) |
|
| 30 |
export BUILDDIR |
|
| 31 |
endif |
|
| 32 |
|
|
| 33 | 29 |
# list of available modules |
| 34 | 30 |
HelloWorldCONF_MODULES = $(patsubst $(HelloWorldCONF_DIR)/modules/%/,%,$(sort $(dir $(wildcard $(HelloWorldCONF_DIR)/modules/*/*)))) |
| 35 | 31 |
|
Also available in: Unified diff