2018-01-29 15:48:18 +01:00
|
|
|
MODULE = $(APPLICATION_MODULE)
|
2014-06-18 11:00:33 +02:00
|
|
|
|
2020-04-14 15:23:23 +02:00
|
|
|
DIRS += $(RIOTCPU)/$(CPU) $(BOARDDIR)
|
2020-10-22 13:37:31 +02:00
|
|
|
DIRS += $(RIOTBASE)/core $(RIOTBASE)/core/lib $(RIOTBASE)/drivers $(RIOTBASE)/sys
|
2014-06-18 11:00:33 +02:00
|
|
|
|
2019-07-19 12:20:28 +02:00
|
|
|
# For regular modules, adding files to BLOBS to their Makefile is sufficient to
|
|
|
|
# create the corresponding headers.
|
|
|
|
#
|
|
|
|
# Application modules are different, as they use this makefile to build, thus
|
|
|
|
# application level variables are not available unless exported.
|
|
|
|
#
|
|
|
|
# But exporting e.g., BLOBS, would pre-set the variable for all
|
|
|
|
# submakefiles.
|
|
|
|
#
|
|
|
|
# As workaround, $(RIOTBASE)/Makefile.include passes BLOBS to this
|
|
|
|
# Makefile as APPLICATION_BLOBS.
|
|
|
|
BLOBS = $(APPLICATION_BLOBS)
|
|
|
|
|
2014-06-18 11:00:33 +02:00
|
|
|
include $(RIOTBASE)/Makefile.base
|