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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user