s3c24xx-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:
Bob Ham
2016-01-18 11:13:13 +00:00
committed by Martin Jansa
parent e39681eaac
commit ad234b4c67
@@ -10,6 +10,8 @@ PR = "r2"
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.c
}