From 115b392475ba2028804c13c8937a0474a7dc5a97 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 26 Apr 1999 05:40:03 +0000 Subject: 1999-02-27 OKUJI Yoshinori * Makefile.in: Omit to detect if com or lpr is used, and don't use linux.o. (objfiles): Add $(systype)/sysdep.o. (clean): Chain the target to $(systype). (distclean): Likewise. (mostlyclean): Likewise. (maintainer-clean): Likewise. (install-headers): Likewise. (install-kernel): Likewise. * configure.in: AC_CONFIG_SUBDIRS ${systype} instead of linux. (--disable-linuxdev): Deleted. (--disable-com): Likewise. (--enable-lpr): Likewise. * i386/Makefile.in: New file. * i386/configure.in: Likewise. * i386/Makefrag (DEFINES): Add -DLINUX_DEV. (objfiles): Always add com.o. If MACH_LPR is defined, then add lpr.o. * linux/Drivers.in: Moved to ... * i386/linux/Drivers.in: ... here. Include ../../aclocal.m4. (mkdir_p): New function to create the linux include dirs. * linux/Makefile.in: Moved to ... * i386/linux/Makefile.in: ... here, and modify so that paths are valid. (clean): New target. (distclean): Likewise. (mostlyclean): Likewise. (maintainer-clean): Likewise. * linux/src/include/linux/autoconf.h: Removed. * linux/dev/include/linux/autoconf.h: Moved to ... * i386/linux/dev/include/linux/autoconf.h: ... here. * linux/dev/arch/i386/linux_emul.h: Moved to ... * i386/linux/dev/include/linux_emul.h: ... here. * linux/device-drivers.h.in: Moved to ... * i386/linux/device-drivers.h.in: ... here. * linux/aclocal.m4: Removed. * linux/configure: Likewise. --- i386/linux/dev/include/linux_emul.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i386/linux/dev/include/linux_emul.h (limited to 'i386/linux/dev/include/linux_emul.h') diff --git a/i386/linux/dev/include/linux_emul.h b/i386/linux/dev/include/linux_emul.h new file mode 100644 index 00000000..50bf73de --- /dev/null +++ b/i386/linux/dev/include/linux_emul.h @@ -0,0 +1,8 @@ +#ifndef _LINUX_EMUL_H_ +#define _LINUX_EMUL_H_ + +#include +#include +#include + +#endif -- cgit v1.2.3