diff options
| author | christos <christos@NetBSD.org> | 2020-03-01 20:19:54 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-03-01 20:19:54 +0000 |
| commit | 0bef3d0b69d943a81757bec400ccf41582c4bd72 (patch) | |
| tree | 402ba08fc952c918fd0d405d0d5bbbe3efc3be03 /tests/dev | |
| parent | adb6ba89d70f76fad5676bfb9251e1ea65175877 (diff) | |
fix build by adding a Makefile.inc that chains up.
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/usb/Makefile.inc | 2 | ||||
| -rw-r--r-- | tests/dev/usb/t_hid/Makefile | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/tests/dev/usb/Makefile.inc b/tests/dev/usb/Makefile.inc new file mode 100644 index 00000000000..5f837ae2bd3 --- /dev/null +++ b/tests/dev/usb/Makefile.inc @@ -0,0 +1,2 @@ +# $NetBSD: Makefile.inc,v 1.1 2020/03/01 20:19:54 christos Exp $ +.include "../Makefile.inc" diff --git a/tests/dev/usb/t_hid/Makefile b/tests/dev/usb/t_hid/Makefile index 812b5168f1c..6f7894bbd4d 100644 --- a/tests/dev/usb/t_hid/Makefile +++ b/tests/dev/usb/t_hid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/03/01 18:08:13 christos Exp $ +# $NetBSD: Makefile,v 1.5 2020/03/01 20:19:54 christos Exp $ # NOMAN= @@ -18,8 +18,8 @@ LIBHIDDIR!= cd ${.CURDIR}/../libhid && ${PRINTOBJDIR} LDFLAGS+= -L${LIBHIDDIR} LDADD+= -Wl,--whole-archive -lrumpdev_hid -Wl,--no-whole-archive DPADD+= ${LIBHIDDIR}/librumpdev_hid.a -DPADD+= ${ATF_C} +DPADD+= ${ATF_C} -LDADD+= -latf-c ${LIBRUMPBASE} +LDADD+= ${LIBRUMPBASE} -latf-c .include <bsd.prog.mk> |
