make: %s/PROJECT/APPLICATION/g Part III
This commit is contained in:
parent
2ca22f5791
commit
2075eeef01
@ -154,7 +154,7 @@ buildsizes-diff:
|
|||||||
done;
|
done;
|
||||||
|
|
||||||
buildinfo:
|
buildinfo:
|
||||||
@echo 'PROJECT: $(PROJECT)'
|
@echo 'APPLICATION: $(APPLICATION)'
|
||||||
@echo 'BOARD: $(BOARD)'
|
@echo 'BOARD: $(BOARD)'
|
||||||
@echo 'CPU: $(CPU)'
|
@echo 'CPU: $(CPU)'
|
||||||
@echo 'MCU: $(MCU)'
|
@echo 'MCU: $(MCU)'
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
PROJECT = test_bitarithm_timings
|
APPLICATION = test_bitarithm_timings
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
PROJECT = test_struct_tm_utility
|
APPLICATION = test_struct_tm_utility
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user