]> git.gag.com Git - fw/sdcc/blobdiff - as/link/aslink.h
* as/link/aslink.h: added LKOBJEXT
[fw/sdcc] / as / link / aslink.h
index 26be3fd3bf5bc5c3b193126e25ab6db6240d44c1..086a7e11db91fadc9997e1eb22d8d62c04391322 100644 (file)
  #endif
 #endif
 
+#ifdef SDK
+    #define LKOBJEXT "o"
+#else /* SDK */
+    #define LKOBJEXT "rel"
+#endif /* SDK */
+
 /*
  * This file defines the format of the
  * relocatable binary file.