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

@@ -14,7 +14,7 @@
#include <stdint.h>
#include <unistd.h>
#include "gpio.h"
#include "gpio-s3c24xx.h"
#include "c2-drv.h"