Rename arrayPerformance to arrayPerfTop
This commit is contained in:
3
Makefile
3
Makefile
@ -8,8 +8,7 @@ DIRS := configure
|
||||
DIRS += src
|
||||
src_DEPEND_DIRS = configure
|
||||
|
||||
EMBEDDED_TOPS := testTop
|
||||
EMBEDDED_TOPS += arrayPerformance
|
||||
EMBEDDED_TOPS := $(wildcard *Top)
|
||||
EMBEDDED_TOPS += $(wildcard example*)
|
||||
|
||||
DIRS += $(EMBEDDED_TOPS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# pvDatabaseCPP/arrayPerformance RELEASE - Location of external support modules
|
||||
# pvDatabaseCPP/arrayPerfTop RELEASE - Location of external support modules
|
||||
#
|
||||
# IF YOU CHANGE this file or any file it includes you must
|
||||
# subsequently do a "gnumake rebuild" in the application's
|
Reference in New Issue
Block a user