mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
s3c64xx-gpio: mark as having broken "make clean"
Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ad234b4c67
commit
e5fa3a5ca5
|
|
@ -9,6 +9,8 @@ PV = "1.0+svnr${SRCPV}"
|
|||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
|
||||
S = "${WORKDIR}/gpio"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
do_compile() {
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio-s3c6410.c
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user