]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/device/c64x/make/makefile
Make updates for big endian
[keystone-rtos/ibl.git] / src / device / c64x / make / makefile
index c7d482a89781154d56e6d6ea93323abb193fea00..5dfd801bb11a7bb0ed615b07bc53a377a38d167d 100644 (file)
@@ -51,9 +51,8 @@ $(OBJS): cdefdep
 
 
 gen_cdefdep:
-       @echo CSRC= $(CSRC)
        @echo Checking command line dependencies
-       @echo $(ENDIAN) $(TARGET) $(ARCH) > cdefdep.tmp
+       @echo $(ENDIAN) $(TARGET) $(ARCH) $(CDEFS) > cdefdep.tmp
        @sh -c 'if diff -q cdefdep.tmp cdefdep ; then echo same ; else $(CP) cdefdep.tmp cdefdep ; fi '