Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/usb fix build by adding a Makefile.inc that chains...



details:   https://anonhg.NetBSD.org/src/rev/999198fe0c0f
branches:  trunk
changeset: 745421:999198fe0c0f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 01 20:19:54 2020 +0000

description:
fix build by adding a Makefile.inc that chains up.

diffstat:

 tests/dev/usb/Makefile.inc   |  2 ++
 tests/dev/usb/t_hid/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2ac4032436ee -r 999198fe0c0f tests/dev/usb/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/dev/usb/Makefile.inc        Sun Mar 01 20:19:54 2020 +0000
@@ -0,0 +1,2 @@
+# $NetBSD: Makefile.inc,v 1.1 2020/03/01 20:19:54 christos Exp $
+.include "../Makefile.inc"
diff -r 2ac4032436ee -r 999198fe0c0f tests/dev/usb/t_hid/Makefile
--- a/tests/dev/usb/t_hid/Makefile      Sun Mar 01 18:30:05 2020 +0000
+++ b/tests/dev/usb/t_hid/Makefile      Sun Mar 01 20:19:54 2020 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index