1 DESCRIPTION
= "A user-space tool to show and modify the state of GPIOs on the S3c24xx platform"
2 SECTION
= "console/utils"
4 PV
= "1.0+svn${SRCREV}"
7 SRC_URI
= "svn://svn.openmoko.org/trunk/src/target;module=gpio;proto=http"
11 $
{CC
} $
{CFLAGS
} $
{LDFLAGS
} -static
-o $
{PN
} gpio.c
15 install
-d $
{D
}$
{sbindir
}
16 install
-m
0755 $
{PN
} $
{D
}$
{sbindir
}