xref: /netbsd-src/sys/dev/nor/files.nor (revision fb19d2b7895e9a1fe6a9c5835268f5fb61fa3488)
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