Rules.mk (10915:71ace17ccb3d) Rules.mk (11313:89fd4a775287)
1#
2# Copyright (c) 2014-2015 ARM Limited
3# All rights reserved
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#

--- 12 unchanged lines hidden (view full) ---

21d := $(dir)
22
23NOMALI_OBJS := $(addprefix $(d)/, \
24 gpu.o \
25 gpublock.o \
26 gpucontrol.o \
27 jobcontrol.o \
28 jobslot.o \
1#
2# Copyright (c) 2014-2015 ARM Limited
3# All rights reserved
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#

--- 12 unchanged lines hidden (view full) ---

21d := $(dir)
22
23NOMALI_OBJS := $(addprefix $(d)/, \
24 gpu.o \
25 gpublock.o \
26 gpucontrol.o \
27 jobcontrol.o \
28 jobslot.o \
29 addrspace.o \
29 mmu.o \
30 \
31 mali_midgard.o \
32 mali_t6xx.o \
33 mali_t7xx.o \
34 )
35
36LIBNOMALI_OBJS := $(addprefix $(d)/, \

--- 19 unchanged lines hidden ---
30 mmu.o \
31 \
32 mali_midgard.o \
33 mali_t6xx.o \
34 mali_t7xx.o \
35 )
36
37LIBNOMALI_OBJS := $(addprefix $(d)/, \

--- 19 unchanged lines hidden ---