mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix relative location of USB sources after recent move.
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
c70e38e40c
commit
0cd0d30a31
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#
|
||||
|
||||
USBCOREDIR:= ${.PARSEDIR}
|
||||
S=${USBCOREDIR}/../..
|
||||
S=${USBCOREDIR}/../../sys
|
||||
|
||||
MACHDEP_DIRS=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue