From: Tomas Hruby Date: Fri, 3 Sep 2010 17:01:18 +0000 (+0000) Subject: asm.h not installed X-Git-Tag: v3.1.8~14 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=ad5ecf906b576a3d6b2168df2ac5276ebe66314a;p=minix.git asm.h not installed --- diff --git a/include/arch/i386/Makefile b/include/arch/i386/Makefile index ac1f1b8e0..dfcce3570 100644 --- a/include/arch/i386/Makefile +++ b/include/arch/i386/Makefile @@ -3,6 +3,6 @@ INCSDIR= /usr/include/i386 INCS= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \ interrupt.h mcontext.h memory.h partition.h \ pci.h pci_amd.h pci_intel.h pci_sis.h pci_via.h \ - ports.h stackframe.h vm.h + ports.h stackframe.h vm.h asm.h .include