]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - examples/build_Makefile
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / examples / build_Makefile
index 3da18b08cade1272843c5d49b21f535cf051e834..46d8c9af1940f21cec333699115396d28d8c143a 100755 (executable)
@@ -19,10 +19,10 @@ include Make.params
 # Simple build rules
 
 .c.o:
-       \$(CC) -c \$(ECOS_GLOBAL_CFLAGS) -I\$(PREFIX)/include \$*.c
+       \$(CC) -c \$(ACTUAL_CFLAGS) -I\$(PREFIX)/include \$*.c
 
 .o:
-       \$(CC) \$(ECOS_GLOBAL_LDFLAGS) -L\$(PREFIX)/lib -Ttarget.ld \$*.o -o \$@
+       \$(CC) \$(ACTUAL_LDFLAGS) -L\$(PREFIX)/lib -Ttarget.ld \$*.o -o \$@
 
 SRCS=${SRCS-source_file.c}
 OBJS=\${SRCS:%.c=%.o}