comparison make/linux/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
201 201
202 ifneq ($(INCLUDE_GRAAL), true) 202 ifneq ($(INCLUDE_GRAAL), true)
203 GRAAL_SPECIFIC_FILES := graal\* 203 GRAAL_SPECIFIC_FILES := graal\*
204 else 204 else
205 GRAAL_SPECIFIC_FILES := 205 GRAAL_SPECIFIC_FILES :=
206 Src_Dirs_I += $(HS_COMMON_SRC)/../graal/com.oracle.graal.hotspot/src_gen/hotspot 206 Src_Dirs_I += $(HS_COMMON_SRC)/../graal/com.oracle.jvmci.hotspot/src_gen/hotspot
207 endif 207 endif
208 208
209 # Always exclude these. 209 # Always exclude these.
210 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp 210 Src_Files_EXCLUDE += jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp
211 211