From 7fb4c9e101f8477217ce9d818835bab5cc30f484 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Thu, 13 Apr 2017 23:36:26 +0200 Subject: Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibrios --- frontends/kolibrios/fb/schedule.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'frontends/kolibrios/fb/schedule.c') diff --git a/frontends/kolibrios/fb/schedule.c b/frontends/kolibrios/fb/schedule.c index 3a3bda63f..72baa988e 100644 --- a/frontends/kolibrios/fb/schedule.c +++ b/frontends/kolibrios/fb/schedule.c @@ -15,12 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef _TARGET_IS_KOLIBRIOS -#define _TARGET_IS_KOLIBRIOS -#endif - -#ifdef _TARGET_IS_KOLIBRIOS - +#if defined(_TARGET_IS_KOLIBRIOS) #define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) -- cgit v1.2.3