]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/ethboot/c64x/make/makefile
Make updates for big endian
[keystone-rtos/ibl.git] / src / ethboot / c64x / make / makefile
index 1f6e964d2a61f4dfe5410bbd47757ee699fda3f4..2e27527350000ea62e2ca2b1a24cd532fe5d8dee 100644 (file)
@@ -40,7 +40,7 @@ $(OBJS): cdefdep
 
 gen_cdefdep:
        @echo Checking command line dependencies
-       @echo $(ENDIAN) $(TARGET) > cdefdep.tmp
+       @echo $(ENDIAN) $(TARGET) $(CDEFS) > cdefdep.tmp
        @sh -c 'if diff -q cdefdep.tmp cdefdep ; then echo same ; else $(CP) cdefdep.tmp cdefdep ; fi '