summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cccfa40)
raw | patch | inline | side by side (parent: cccfa40)
author | Raghu Nambiath <rnambiath@ti.com> | |
Wed, 1 May 2013 15:42:31 +0000 (11:42 -0400) | ||
committer | Raghu Nambiath <rnambiath@ti.com> | |
Wed, 1 May 2013 15:42:31 +0000 (11:42 -0400) |
- build error
- Missing file in package
- Removed install from all since this is only needed for Yocto
- Missing file in package
- Removed install from all since this is only needed for Yocto
makefile_armv7 | patch | blob | history | |
package.bld | patch | blob | history |
diff --git a/makefile_armv7 b/makefile_armv7
index cfda68a51484ecb7fcd460cef671f0738b39f79f..1f48aaf4ca19978a2d3c3f351e8b3ae0ef1eda9f 100644 (file)
--- a/makefile_armv7
+++ b/makefile_armv7
# ROOT Directory
export ROOTDIR := ../../..
# ROOT Directory
export ROOTDIR := ../../..
-# INSTALL default paths
-export INSTALL_BIN_BASE_DIR ?= ./install/bin
-export INSTALL_INC_BASE_DIR ?= ./install/include
-export INSTALL_LIB_BASE_DIR ?= ./install/lib
-
# INCLUDE Directory
export INCDIR := ../../..;$(PDK_INSTALL_PATH);$(ROOTDIR)
# INCLUDE Directory
export INCDIR := ../../..;$(PDK_INSTALL_PATH);$(ROOTDIR)
endif
# PHONY Targets
endif
# PHONY Targets
-.PHONY: all clean lib tests install installbin
+.PHONY: all examples clean lib tests install installbin
# all rule
# all rule
-all: .executables install installbin
+all: .executables
.executables: lib tests
# Libraries
.executables: lib tests
# Libraries
$(CP) ./device/k2k/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
$(CP) ./device/k2k/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
$(CP) ./device/k2k/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
$(CP) ./device/k2k/*.c $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
$(CP) ./device/k2k/*.dtb $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
$(CP) ./device/k2k/*.dts $(INSTALL_INC_BASE_DIR)/ti/drv/rm/device/k2k
- @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
\ No newline at end of file
+ @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR)
+# Make rule to create examples Stub
+examples:
diff --git a/package.bld b/package.bld
index 04fc23e4beba9e5afec1ae4d7711d4fd0b6f97d6..90841546cc0126305c46540002232f4bdac36751 100644 (file)
--- a/package.bld
+++ b/package.bld
Pkg.otherFiles[Pkg.otherFiles.length++] = "build/buildlib.xs";\r
Pkg.otherFiles[Pkg.otherFiles.length++] = "makefile";\r
Pkg.otherFiles[Pkg.otherFiles.length++] = "makefile_armv7";\r
Pkg.otherFiles[Pkg.otherFiles.length++] = "build/buildlib.xs";\r
Pkg.otherFiles[Pkg.otherFiles.length++] = "makefile";\r
Pkg.otherFiles[Pkg.otherFiles.length++] = "makefile_armv7";\r
+Pkg.otherFiles[Pkg.otherFiles.length++] = "build/armv7/librm_aearmv7.mk";\r
\r
/* Generate Users Manual Doxyfile */\r
var tplt = xdc.loadTemplate("./docs/doxyfile.xdt");\r
\r
/* Generate Users Manual Doxyfile */\r
var tplt = xdc.loadTemplate("./docs/doxyfile.xdt");\r