comparison make/bsd/makefiles/vm.make @ 21551:5324104ac4f3

moved com.oracle.graal.hotspot.jvmci classes to com.oracle.jvmci.hotspot module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 17:13:37 +0200
parents 7848fc12602b
children be896a1983c0
comparison
equal deleted inserted replaced
21550:f48a6cea31eb 21551:5324104ac4f3
221 221
222 ifneq ($(INCLUDE_GRAAL), true) 222 ifneq ($(INCLUDE_GRAAL), true)
223 GRAAL_SPECIFIC_FILES := graal\* 223 GRAAL_SPECIFIC_FILES := graal\*
224 else 224 else
225 GRAAL_SPECIFIC_FILES := 225 GRAAL_SPECIFIC_FILES :=
226 Src_Dirs_I += $(HS_COMMON_SRC)/../graal/com.oracle.graal.hotspot/src_gen/hotspot 226 Src_Dirs_I += $(HS_COMMON_SRC)/../graal/com.oracle.jvmci.hotspot/src_gen/hotspot
227 endif 227 endif
228 228
229 # Always exclude these. 229 # Always exclude these.
230 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp 230 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp
231 231