From 0ce62b1a2fee1ff6b13b1d0557e5573ce829d709 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Fri, 05 Jul 2019 02:45:43 +0800 Subject: [PATCH] raspberrypi/modules/c source code for infrared, relay #pin set for Monitor RPi, and add tsl2561 lux sensor code --- mqttd/makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mqttd/makefile b/mqttd/makefile index 0d1d30a..e29019b 100644 --- a/mqttd/makefile +++ b/mqttd/makefile @@ -34,7 +34,7 @@ export AS=${CROSS_COMPILE}as export RANLIB=${CROSS_COMPILE}ranlib export STRIP=${CROSS_COMPILE}strip -export CFLAGS +export CFLAGS+=-D_GNU_SOURCE export LDFLAGS @@ -56,7 +56,7 @@ modules: make -C hal make -C lylib - make ${CFLAGS} -C etc + make -C etc cd ${MQTT_LIBPATH} && bash build.sh binary: ${SRCFILES} -- Gitblit v1.9.1