From a4ae89aacb3b58c413aca38511d751b8d03d8471 Mon Sep 17 00:00:00 2001 From: khali Date: Thu, 19 Jun 2003 17:20:25 +0000 Subject: Can now use mmap() instead of mallow()/read() to access the DMI table. This is enabled by -DUSE_MMAP and could solve access problems on IA-64 systems as well as on some laptops (unconfirmed). --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e256e1..bca3cbf 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ #CFLAGS += -DALIGNMENT_WORKAROUND #CFLAGS += -DTABLE_LITTLEENDIAN #CFLAGS += -D__IA64__ +#CFLAGS += -DUSE_MMAP PREFIX = /usr/local all : dmidecode biosdecode ownership -- cgit v1.2.1