minix/lib/i386/misc/Makefile.in
Ben Gras bdab3c4cfb Library call for cpu features; make kernel and vm use this to query cpu
features (specifically: 4MB pages and TLB global bit).  Only enable
these features in CR4 if available. 4MB pages to be used in the near
future.
2009-05-15 17:07:36 +00:00

29 lines
364 B
Makefile

# Makefile for lib/i386/misc.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libc
libc_FILES=" \
_cpuid.s \
_cpufeature.c \
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