summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/rum/Makefile
blob: 5bab5b782999c1e9c88201ba6174a160f4be3228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.4 2018/05/31 05:27:46 mrg Exp $

NOMAN=	# defined

.include <bsd.own.mk>

.if ${MKFIRMWARE} != "no"
FILES=	rum-rt2573 rum-license
.endif

# XXX
includes:

clean:

cleandir:

.include <bsd.files.mk>