1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2025-04-21 12:27:27 +03:00

Renamed gpio.* to gpio-s3c24xx.*

- f32x/Makefile (OBJS_om): rename gpio.o to gpio-s3c24xx.o
- f32x/gpio-s3c24xx.h, f32x/gpio-s3c24xx.c, f32x/c2-om.c: renamed gpio.* to
  gpio-s3c24xx.* to
This commit is contained in:
Werner Almesberger
2010-10-21 18:26:43 -03:00
parent 3bbf318536
commit 3c9abdc65a
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ CFLAGS_om = -O -DDRIVER=c2_om
LDFLAGS_om =
OBJS_om = c2-om.o gpio.o rt.o
OBJS_om = c2-om.o gpio-s3c24xx.o rt.o
NAME = f32x
CC = $(CC_$(TARGET))