make: %s/PROJECT/APPLICATION/g Part III

This commit is contained in:
Ludwig Ortmann 2014-06-18 15:24:14 +02:00
parent 2ca22f5791
commit 2075eeef01
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ buildsizes-diff:
done;
buildinfo:
@echo 'PROJECT: $(PROJECT)'
@echo 'APPLICATION: $(APPLICATION)'
@echo 'BOARD: $(BOARD)'
@echo 'CPU: $(CPU)'
@echo 'MCU: $(MCU)'

View File

@ -1,4 +1,4 @@
PROJECT = test_bitarithm_timings
APPLICATION = test_bitarithm_timings
include ../Makefile.tests_common
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,4 @@
PROJECT = test_struct_tm_utility
APPLICATION = test_struct_tm_utility
include ../Makefile.tests_common
DISABLE_MODULE += auto_init