]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/device/c64x/make/makefile
Merge pull request #3 in PROCESSOR-SDK/ibl from PRSDK-5675 to master
[keystone-rtos/ibl.git] / src / device / c64x / make / makefile
old mode 100644 (file)
new mode 100755 (executable)
index a4a7f60..c2eedde
@@ -61,15 +61,23 @@ else
    CSRC= c6474.c c6474init.c
   else
    ifeq ($(TARGET),c6474l)
-    CSRC= c6474l.c
+    CSRC= c6474l.c c6474linit.c
    else
     ifeq ($(TARGET),c6457)
      CSRC= c6457.c c6457init.c
        else
-        ifeq ($(TARGET),c661x)
-         CSRC= c661x.c c661xinit.c c661xutil.c
-     else
-      CSRC= c6472.c c6455.c c6474.c c6474l.c c6457.c c6472init.c c6455init.c c6474init.c c661x.c c661xinit.c c661xutil.c
+        ifeq ($(TARGET),c66x)
+         CSRC= c66x.c c66xinit.c c66xutil.c
+        else
+      ifeq ($(TARGET),c665x)
+          CSRC= c665x.c c665xinit.c c665xutil.c 
+      else
+       ifeq ($(TARGET),c66xk2x)
+          CSRC= c66xk2x.c c66xk2xinit.c c66xk2xutil.c 
+       else
+           CSRC= c6472.c c6455.c c6474.c c6474l.c c6457.c c6472init.c c6455init.c c6474linit.c c6474init.c c66x.c c66xinit.c c66xutil.c c665x.c c665xinit.c c665xutil.c c66xk2x.c c66xk2xinit.c c66xk2xutil.c
+       endif
+      endif 
      endif
     endif 
    endif
@@ -101,6 +109,7 @@ C6X_C_DIR+= ;$(IBL_ROOT)/hw/nands
 C6X_C_DIR+= ;$(IBL_ROOT)/hw/nors
 C6X_C_DIR+= ;$(IBL_ROOT)/driver/eth
 C6X_C_DIR+= ;$(IBL_ROOT)/hw/spi
+C6X_C_DIR+= ;$(IBL_ROOT)/hw/uart
 export C6X_C_DIR
 
 vpath % $(IBL_ROOT)/device/$(TARGET)