Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2001/06/12 18:03:55 matt Exp $
      2 
      3 KDIR=	/sys/arch/netwinder/include
      4 INCSDIR= /usr/include/arm/netwinder
      5 
      6 INCS=	bootconfig.h bus.h \
      7 	conf.h \
      8 	endian.h \
      9 	frame.h \
     10 	intr.h irqhandler.h \
     11 	joystick.h \
     12 	katelib.h kerndebug.h \
     13 	netwinder_boot.h \
     14 	param.h pcb.h pci_machdep.h pmap.h psl.h \
     15 	rtc.h \
     16 	sysarch.h \
     17 	types.h \
     18 	vmparam.h
     19 
     20 .include <bsd.kinc.mk>
     21