1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-06-28 22:55:07 +03:00

Prepare abstraction of C2 communication.

- f32x/c2.c: renamed to c2-om.c
- f32x/Makefile (OBJS): changed c2.o to c2-om.o
This commit is contained in:
Werner Almesberger 2010-10-21 10:00:41 -03:00
parent 66a929a1f5
commit ab35c6b518
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LDFLAGS=
PREFIX=/usr
NAME=f32x
OBJS=f32x.o flash.o c2.o gpio.o rt.o boundary.o
OBJS=f32x.o flash.o c2-om.o gpio.o rt.o boundary.o
.PHONY: all install uninstall clean depend spotless