mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
document PROJDEPS usage in dist Makefile
This commit is contained in:
parent
b965e37ea2
commit
4cd1c5d673
8
dist/Makefile
vendored
8
dist/Makefile
vendored
@ -52,4 +52,12 @@ export QUIET ?= 1
|
||||
|
||||
export INCLUDES = -I$(RIOTBOARD)/$(BOARD)/include -I$(RIOTBASE)/core/include -I$(RIOTCPU)/$(CPU)/include -I$(RIOTBASE)/sys/lib -I$(RIOTBASE)/sys/include/ -I$(RIOTBASE)/drivers/include/
|
||||
|
||||
# Specify custom dependencies for your project here ...
|
||||
# export PROJDEPS = proj_data.h
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
# ... and define them here (after including Makefile.include,
|
||||
# otherwise you modify the standard target):
|
||||
#proj_data.h: script.py data.tar.gz
|
||||
# ./script.py
|
||||
|
Loading…
Reference in New Issue
Block a user