2006-01-16 16:44:55 +01:00
|
|
|
# Makefile for lib/i386/misc.
|
|
|
|
|
|
|
|
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
|
|
|
|
|
|
|
LIBRARIES=libc
|
|
|
|
|
|
|
|
libc_FILES=" \
|
2009-05-14 17:55:28 +02:00
|
|
|
_cpuid.s \
|
2009-05-15 19:07:36 +02:00
|
|
|
_cpufeature.c \
|
2006-01-16 16:44:55 +01:00
|
|
|
alloca.s \
|
|
|
|
get_bp.s \
|
|
|
|
getprocessor.s \
|
|
|
|
io_inb.s \
|
|
|
|
io_inl.s \
|
|
|
|
io_insb.s \
|
|
|
|
io_insl.s \
|
|
|
|
io_insw.s \
|
|
|
|
io_intr.s \
|
|
|
|
io_inw.s \
|
|
|
|
io_outb.s \
|
|
|
|
io_outl.s \
|
|
|
|
io_outsb.s \
|
|
|
|
io_outsl.s \
|
|
|
|
io_outsw.s \
|
|
|
|
io_outw.s \
|
|
|
|
oneC_sum.s"
|
|
|
|
|
|
|
|
TYPE=both
|