rename component.c -> umass_component.c

This commit is contained in:
pooka 2014-03-13 01:54:59 +00:00
parent 82319721de
commit 3c1768175c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2010/08/23 20:49:53 pooka Exp $
# $NetBSD: Makefile,v 1.7 2014/03/13 01:54:59 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb
@ -9,7 +9,7 @@ IOCONF= UMASS.ioconf
.if ${MACHINE} == "i386"
SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
SRCS+= component.c
SRCS+= umass_component.c
.else
SRCS= dummy.c
.endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.1 2010/08/23 20:49:53 pooka Exp $ */
/* $NetBSD: umass_component.c,v 1.1 2014/03/13 01:54:59 pooka Exp $ */
#include <sys/param.h>
#include <sys/conf.h>