kernel: move do_padconf and add a test case
padconf is specific to arm, so it's being moved to kernel/arch/earm. Add a test case to ensure the proper error is returned on non-ARM systems. Change-Id: I07ebbe64825d59bc0ef9c818d3d54891dafb4419
This commit is contained in:
16
test/kernel/sys_padconf/Makefile
Normal file
16
test/kernel/sys_padconf/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# Makefile for the sys_padconf test.
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= padconftest
|
||||
SRCS= padconftest.c
|
||||
|
||||
DPADD+= ${LIBSYS}
|
||||
LDADD+= -lsys
|
||||
|
||||
MAN=
|
||||
|
||||
BINDIR?= /usr/tests/minix-posix
|
||||
|
||||
.include "${NETBSDSRCDIR}/drivers/Makefile.inc"
|
||||
.include <minix.service.mk>
|
||||
Reference in New Issue
Block a user