Rename arrayPerformance to arrayPerfTop

This commit is contained in:
Andrew Johnson
2014-04-17 15:46:26 -05:00
parent fcb82fd31f
commit f10a5f8279
25 changed files with 2 additions and 3 deletions

View File

@ -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)

View File

@ -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