SConscript (11294:a368064a2ab5) | SConscript (11313:89fd4a775287) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2015 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 39 unchanged lines hidden (view full) --- 48 "lib/gpu.cc", 49 "lib/gpublock.cc", 50 "lib/gpucontrol.cc", 51 "lib/jobcontrol.cc", 52 "lib/jobslot.cc", 53 "lib/mali_midgard.cc", 54 "lib/mali_t6xx.cc", 55 "lib/mali_t7xx.cc", | 1# -*- mode:python -*- 2 3# Copyright (c) 2015 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 39 unchanged lines hidden (view full) --- 48 "lib/gpu.cc", 49 "lib/gpublock.cc", 50 "lib/gpucontrol.cc", 51 "lib/jobcontrol.cc", 52 "lib/jobslot.cc", 53 "lib/mali_midgard.cc", 54 "lib/mali_t6xx.cc", 55 "lib/mali_t7xx.cc", |
56 "lib/addrspace.cc", |
|
56 "lib/mmu.cc", 57 "lib/nomali_api.cc", 58] 59 60nomali.Library('nomali', [ nomali.SharedObject(f) for f in nomali_sources ]) 61 62main.Append(LIBS=['nomali']) 63main.Prepend(LIBPATH=[Dir('.')]) 64 | 57 "lib/mmu.cc", 58 "lib/nomali_api.cc", 59] 60 61nomali.Library('nomali', [ nomali.SharedObject(f) for f in nomali_sources ]) 62 63main.Append(LIBS=['nomali']) 64main.Prepend(LIBPATH=[Dir('.')]) 65 |