-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build files add depthspace, add batchspace_8 try to fix high priority issues update copyright dates update makefiles
- Loading branch information
Richard Kuo
committed
May 1, 2018
1 parent
b0a8e8e
commit 4a3259a
Showing
118 changed files
with
9,269 additions
and
2,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# min file | ||
|
||
MAKE_D_3_LIBDIR = $(HEXAGON_SDK_ROOT)/libs/fastcv/dspCV/$(V)/ship | ||
MAKE_D_EXT_3_DIR = $(HEXAGON_SDK_ROOT)/build/make.d.ext/qaic | ||
MAKE_D_EXT_c_DIR = $(HEXAGON_SDK_ROOT)/build/make.d.ext/c/$(V) | ||
MAKE_D_2_INCDIR = $(HEXAGON_SDK_ROOT)/libs/common/remote/ship/$(V) | ||
MAKE_D_3_INCDIR = $(HEXAGON_SDK_ROOT)/incs/stddef | ||
MAKE_D_4_LIBDIR = $(HEXAGON_SDK_ROOT)/test/common/test_util/$(V)/ship | ||
MAKE_D_5_LIBDIR = $(HEXAGON_SDK_ROOT)/libs/common/atomic/$(V)/ship | ||
MAKE_D_DIR = $(HEXAGON_SDK_ROOT)/build/make.d | ||
MAKE_D_1_LIBDIR = $(HEXAGON_SDK_ROOT)/libs/common/remote/ship/$(V) | ||
MAKE_D_2_LIBDIR = $(HEXAGON_SDK_ROOT)/libs/common/rpcmem/$(V)/ship | ||
MAKE_D_1_INCDIR = $(HEXAGON_SDK_ROOT)/incs | ||
MAKE_D_EXT_2_DIR = $(HEXAGON_SDK_ROOT)/build/make.d.ext/android | ||
QURT_IMAGE_DIR = $(HEXAGON_SDK_ROOT)/libs/common/qurt | ||
MAKE_D_4_INCDIR = $(HEXAGON_SDK_ROOT)/libs/common/rpcmem/$(V)/ship | ||
MAKE_D_EXT_1_DIR = $(HEXAGON_SDK_ROOT)/build/make.d.ext/hexagon | ||
MAKE_D_DSPCV_INCDIR = $(HEXAGON_SDK_ROOT)/libs/fastcv/dspCV/$(V)/ship | ||
MAKE_D_5_INCDIR = $(HEXAGON_SDK_ROOT)/test/common/test_util/$(V)/ship | ||
|
||
# adjust paths to be relative to current working dir | ||
_pkg_deps = MAKE_D_3_LIBDIR MAKE_D_EXT_3_DIR MAKE_D_EXT_c_DIR MAKE_D_2_INCDIR MAKE_D_3_INCDIR MAKE_D_4_LIBDIR MAKE_D_5_LIBDIR MAKE_D_DIR MAKE_D_1_LIBDIR MAKE_D_2_LIBDIR MAKE_D_1_INCDIR MAKE_D_EXT_2_DIR QURT_IMAGE_DIR MAKE_D_4_INCDIR MAKE_D_EXT_1_DIR MAKE_D_DSPCV_INCDIR MAKE_D_5_INCDIR | ||
__pkg_dir := $(filter-out ./,$(dir $(lastword $(MAKEFILE_LIST)))) | ||
#$(foreach v,$(_pkg_deps),$(eval $v := $(__pkg_dir)$$($v))) | ||
|
||
# assign these variables only for the top-level makefile | ||
ifeq ($(origin __pkg_root),undefined) | ||
__pkg_root := $(__pkg_dir).. | ||
__pkg_result := $(__pkg_root)$(filter-out /.,/$(V)/ship) | ||
__pkg_deps := $(_pkg_deps) | ||
endif | ||
__pkg_version ?= 10419363 | ||
|
||
SHIP_DIR := $(__pkg_dir)../$(V)/ship |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.