Remove deprecated make and cmake files

Change-Id: I8cac0ec9cb997214559627425af207bbb9be0ddf


[ROCm/hip commit: 66f810ebaa]
This commit is contained in:
Maneesh Gupta
2016-10-07 11:44:26 +05:30
parent 38b583d6f0
commit 70b6885995
10 changed files with 0 additions and 395 deletions
@@ -1,9 +0,0 @@
cmake_minimum_required (VERSION 2.6)
# Functions for kernel attributes (grid_launch, __launch_bounds__, etc)
project (kernel)
include_directories( ${HIPTEST_SOURCE_DIR} )
build_hip_executable_libcpp (hipCtx_simple hipCtx_simple.cpp)
make_test(hipCtx_simple " " )