Skip to content

Commit 7b52d7c

Browse files
committed
GPA 2.23 release
1 parent 3daf2cd commit 7b52d7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Src/GPUPerfAPIUnitTests/makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ OBJS = \
2828
./$(OBJ_DIR)/CounterGeneratorCLTests.o \
2929
./$(OBJ_DIR)/CounterGeneratorGLTests.o \
3030
./$(OBJ_DIR)/CounterGeneratorHSATests.o \
31-
./$(OBJ_DIR)/CounterGeneratorVKTests.o \
3231
./$(OBJ_DIR)/CounterSchedulerTests.o \
3332
./$(OBJ_DIR)/GPUPerfAPIUnitTests.o \
3433
./$(OBJ_DIR)/PublicCountersCLGfx7.o \
@@ -42,10 +41,6 @@ OBJS = \
4241
./$(OBJ_DIR)/PublicCountersHSAGfx7.o \
4342
./$(OBJ_DIR)/PublicCountersHSAGfx8.o \
4443
./$(OBJ_DIR)/PublicCountersHSAGfx9.o \
45-
./$(OBJ_DIR)/PublicCountersVKGfx7.o \
46-
./$(OBJ_DIR)/PublicCountersVKGfx8.o \
47-
./$(OBJ_DIR)/PublicCountersVKGfx9.o \
48-
./$(OBJ_DIR)/SWCountersVK.o \
4944

5045
$(OBJ_DIR)/%.o: counters/%.cpp
5146
$(BUILD_SRC)

0 commit comments

Comments
 (0)