make/hotspot/gensrc/GenerateSources.gmk
changeset 50113 caf115bb98ad
parent 47314 743814386712
child 52804 28094715ae71
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
    36 # The real work is done in these files
    36 # The real work is done in these files
    37 
    37 
    38 include gensrc/GensrcAdlc.gmk
    38 include gensrc/GensrcAdlc.gmk
    39 include gensrc/GensrcDtrace.gmk
    39 include gensrc/GensrcDtrace.gmk
    40 include gensrc/GensrcJvmti.gmk
    40 include gensrc/GensrcJvmti.gmk
       
    41 include gensrc/GensrcJfr.gmk
    41 
    42 
    42 $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
    43 $(eval $(call IncludeCustomExtension, hotspot/gensrc/GenerateSources.gmk))
    43 
    44 
    44 # While technically the rules below are "gendata" which can be done in parallel
    45 # While technically the rules below are "gendata" which can be done in parallel
    45 # with native compilation, let's keep it here for simplicity.
    46 # with native compilation, let's keep it here for simplicity.