summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'omap5/sgx_src/eurasia_km/eurasiacon/build/linux2/this_makefile.mk')
-rw-r--r--omap5/sgx_src/eurasia_km/eurasiacon/build/linux2/this_makefile.mk68
1 files changed, 0 insertions, 68 deletions
diff --git a/omap5/sgx_src/eurasia_km/eurasiacon/build/linux2/this_makefile.mk b/omap5/sgx_src/eurasia_km/eurasiacon/build/linux2/this_makefile.mk
deleted file mode 100644
index c312001..0000000
--- a/omap5/sgx_src/eurasia_km/eurasiacon/build/linux2/this_makefile.mk
+++ /dev/null
@@ -1,68 +0,0 @@
1########################################################################### ###
2#@Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved
3#@License Dual MIT/GPLv2
4#
5# The contents of this file are subject to the MIT license as set out below.
6#
7# Permission is hereby granted, free of charge, to any person obtaining a copy
8# of this software and associated documentation files (the "Software"), to deal
9# in the Software without restriction, including without limitation the rights
10# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11# copies of the Software, and to permit persons to whom the Software is
12# furnished to do so, subject to the following conditions:
13#
14# The above copyright notice and this permission notice shall be included in
15# all copies or substantial portions of the Software.
16#
17# Alternatively, the contents of this file may be used under the terms of
18# the GNU General Public License Version 2 ("GPL") in which case the provisions
19# of GPL are applicable instead of those above.
20#
21# If you wish to allow use of your version of this file only under the terms of
22# GPL, and not to allow others to use your version of this file under the terms
23# of the MIT license, indicate your decision by deleting the provisions above
24# and replace them with the notice and other provisions required by GPL as set
25# out in the file called "GPL-COPYING" included in this distribution. If you do
26# not delete the provisions above, a recipient may use your version of this file
27# under the terms of either the MIT license or GPL.
28#
29# This License is also included in this distribution in the file called
30# "MIT-COPYING".
31#
32# EXCEPT AS OTHERWISE STATED IN A NEGOTIATED AGREEMENT: (A) THE SOFTWARE IS
33# PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
34# BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
35# PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
36# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
37# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39### ###########################################################################
40
41# Find out the path of the Linux.mk makefile currently being processed, and
42# set paths used by the build rules
43
44# This magic is used so we can use this_makefile.mk twice: first when reading
45# in each Linux.mk, and then again when generating rules. There we set
46# $(THIS_MAKEFILE), and $(REMAINING_MAKEFILES) should be empty
47ifneq ($(strip $(REMAINING_MAKEFILES)),)
48
49# Absolute path to the Linux.mk being processed
50THIS_MAKEFILE := $(firstword $(REMAINING_MAKEFILES))
51
52# The list of makefiles left to process
53REMAINING_MAKEFILES := $(wordlist 2,$(words $(REMAINING_MAKEFILES)),$(REMAINING_MAKEFILES))
54
55else
56
57# When generating rules, we should have read in every Linux.mk
58$(if $(INTERNAL_INCLUDED_ALL_MAKEFILES),,$(error No makefiles left in $$(REMAINING_MAKEFILES), but $$(INTERNAL_INCLUDED_ALL_MAKEFILES) is not set))
59
60endif
61
62# Path to the directory containing Linux.mk
63THIS_DIR := $(patsubst %/,%,$(dir $(THIS_MAKEFILE)))
64ifeq ($(strip $(THIS_DIR)),)
65$(error Empty $$(THIS_DIR) for makefile "$(THIS_MAKEFILE)")
66endif
67
68modules :=