]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
Update with the fixes for
authorRaghu Nambiath <rnambiath@ti.com>
Wed, 1 May 2013 15:42:31 +0000 (11:42 -0400)
committerRaghu 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

makefile_armv7
package.bld

index cfda68a51484ecb7fcd460cef671f0738b39f79f..1f48aaf4ca19978a2d3c3f351e8b3ae0ef1eda9f 100644 (file)
@@ -20,11 +20,6 @@ export ARMV7BINDIR ?= ./bin/$(DEVICE)
 # 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)
 
@@ -53,10 +48,10 @@ export MAKE = make
 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
@@ -106,4 +101,6 @@ install:
        $(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:
index 04fc23e4beba9e5afec1ae4d7711d4fd0b6f97d6..90841546cc0126305c46540002232f4bdac36751 100644 (file)
@@ -98,6 +98,7 @@ Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/doxyfile.xdt";
 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