summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-20 08:31:26 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-20 08:31:26 -0700
commit5120c32acb51c62c5ee4562899dadec9c80e82d9 (patch)
treee84a3d5051d7f5824871c81254c8eff1da2958df /com32/libutil/Makefile
parent9ffb8445bb0931fa574a37a4059a2085b3f0b09f (diff)
downloadsyslinux-5120c32acb51c62c5ee4562899dadec9c80e82d9.tar.gz
Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()
Move <syslinux.h> to <syslinux/idle.h> since that was all that was there; do_idle() in libutil can simply be a macro for syslinux_idle() or sched_yield() as appropriate.
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 7e5335fe..1dac1f76 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -46,7 +46,7 @@ LNXCFLAGS = -I./include -W -Wall -O -g
LNXSFLAGS = -g
LNXLDFLAGS = -g
OBJCOPY = objcopy
-LIBOBJS = ansiline.o ansiraw.o get_key.o idle.o sha1hash.o unbase64.o
+LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o
LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS))
.SUFFIXES: .lss .c .lo .o .elf .c32 .lnx