summaryrefslogtreecommitdiffstats
path: root/pvr-source/eurasiacon
diff options
context:
space:
mode:
Diffstat (limited to 'pvr-source/eurasiacon')
-rw-r--r--pvr-source/eurasiacon/build/linux2/config/core.mk2
-rw-r--r--pvr-source/eurasiacon/build/linux2/kbuild/Makefile.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/pvr-source/eurasiacon/build/linux2/config/core.mk b/pvr-source/eurasiacon/build/linux2/config/core.mk
index 247d1e1..05a468b 100644
--- a/pvr-source/eurasiacon/build/linux2/config/core.mk
+++ b/pvr-source/eurasiacon/build/linux2/config/core.mk
@@ -178,7 +178,7 @@ $(call directory-must-exist,$(TOP)/eurasiacon/build/linux2/$(PVR_BUILD_DIR))
BUILD ?= release
# TI: Added SGX type to binary build location so builds for different GPUs
# with the same build directory are put in different places
-OUT ?= $(TOP)/eurasiacon/binary2_$(SGXCORE)_$(SGX_CORE_REV)_$(PVR_BUILD_DIR)_$(BUILD)
+OUT ?= $(TOP)/eurasiacon/binary2_$(PVR_BUILD_DIR)_$(BUILD)
override OUT := $(if $(filter /%,$(OUT)),$(OUT),$(TOP)/$(OUT))
CONFIG_MK := $(OUT)/config.mk
diff --git a/pvr-source/eurasiacon/build/linux2/kbuild/Makefile.template b/pvr-source/eurasiacon/build/linux2/kbuild/Makefile.template
index 9d88941..09ce3dc 100644
--- a/pvr-source/eurasiacon/build/linux2/kbuild/Makefile.template
+++ b/pvr-source/eurasiacon/build/linux2/kbuild/Makefile.template
@@ -86,7 +86,7 @@ endif
include $(INTERNAL_KBUILD_MAKEFILES)
-$(if $(pvrsrvkm_sgx$(SGXCORE)_$(SGX_CORE_REV)-y),,$(error pvrsrvkm_sgx$(SGXCORE)_$(SGX_CORE_REV)-y was empty, which could mean that srvkm is missing from $$(KERNEL_COMPONENTS)))
+$(if $(pvrsrvkm-y),,$(error pvrsrvkm-y was empty, which could mean that srvkm is missing from $$(KERNEL_COMPONENTS)))
pvrsrvkm-y += $(foreach _m,$(INTERNAL_EXTRA_KBUILD_OBJECTS:.o=),$($(_m)-y))
obj-m += $(INTERNAL_KBUILD_OBJECTS)