History log of /netbsd-src/tests/dev/usb/t_hid/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 638ad1a6 01-Mar-2020 christos <christos@NetBSD.org>

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


# 0dc8cda9 01-Mar-2020 christos <christos@NetBSD.org>

Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs af

Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.

show more ...


# 9c62ddd5 01-Jun-2019 kre <kre@NetBSD.org>

Deal with fallout from the addition of
KERN_PROC_CWD in sysctl(3)
That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)

The effect is that -lrump now requires -lrumpvfs

This set

Deal with fallout from the addition of
KERN_PROC_CWD in sysctl(3)
That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)

The effect is that -lrump now requires -lrumpvfs

This set of changes fixes (I believe) regular dynamic builds,
more might be required for static builds (will be verified soon).

show more ...


# 878cb1cf 10-Dec-2017 bouyer <bouyer@NetBSD.org>

Fix fallout from hid factorisation:
- need to install sys/dev/hid/hid.h for userland
- include it where needed - most of the time in place if usb/usbhid.h


# ecbab7a3 08-Jan-2016 jakllsch <jakllsch@NetBSD.org>

rework build of t_hid to be more reliable, while working around ATF cruddyness