Pass in the correct LKM entry point. Noted by mhitch.

This commit is contained in:
ad 2007-02-05 20:18:43 +00:00
parent b6bad2e5f2
commit 8c24327068
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.1 2007/01/17 20:56:49 ad Exp $
# $NetBSD: Makefile,v 1.2 2007/02/05 20:18:43 ad Exp $
KMOD= mutex1_test
.PATH: ../lkmcommon
SRCS= lkminit_test.c test_mutex1.c
CPPFLAGS+=-DLKMENTRY=test_mutex1_lkmentry
CPPFLAGS+=-DLKMENTRY=mutex1_test_lkmentry
.include <bsd.kmod.mk>
.include <bsd.subdir.mk>