X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=blobdiff_plain;f=src%2Fdevice%2Fc64x%2Fmake%2Fmakefile;h=074e27a38267d2642b14c2c50a306700e7aa0901;hp=8ce720cbe8b501eb8205c9d5b4164828761e467c;hb=b5a4041feea1db245ccd5b9a88123971188f1130;hpb=ce7a3793666d28e8284e5fc412a986b434e9a354;ds=sidebyside diff --git a/src/device/c64x/make/makefile b/src/device/c64x/make/makefile index 8ce720c..074e27a 100644 --- a/src/device/c64x/make/makefile +++ b/src/device/c64x/make/makefile @@ -15,13 +15,13 @@ ECODIR= $(IBL_ROOT)/device # For no target set CSRC to all sources for clean ifeq ($(TARGET),c6472) - CSRC= c6472.c + CSRC= c6472.c c6472init.c else ifeq ($(TARGET),c6455) - CSRC= c6455.c + CSRC= c6455.c c6455init.c else ifeq ($(TARGET),c6474) - CSRC= c6474.c + CSRC= c6474.c c6474init.c else ifeq ($(TARGET),c6474l) CSRC= c6474l.c @@ -64,7 +64,7 @@ $(OBJS): cdefdep gen_cdefdep: @echo Checking command line dependencies - @echo $(ENDIAN) $(TARGET) $(ARCH) $(CDEFS) $(DEBUG) > cdefdep.tmp + @echo $(TARGET) $(ARCH) $(CDEFS) $(DEBUG) > cdefdep.tmp @sh -c 'if diff -q cdefdep.tmp cdefdep ; then echo same ; else $(CP) cdefdep.tmp cdefdep ; fi '