xref: /netbsd-src/sys/dev/nor/files.nor (revision ca453df649ce9db45b64d73678ba06cbccf9aa11)
1# $NetBSD: files.nor,v 1.2 2011/07/15 19:19:57 cliff Exp $
2
3define	norbus	{ }
4
5device	nor: flashbus
6attach	nor at norbus
7file	dev/nor/nor.c		nor
8#file	dev/nor/nor_io.c	nor
9file	dev/nor/cfi.c		nor
10file	dev/nor/cfi_0002.c	nor
11
12defflag opt_nor.h		NOR_DEBUG
13defflag opt_nor.h		NOR_VERBOSE
14