Page MenuHomeFreeBSD

Fix `make depend` in sys/modules/otus
ClosedPublic

Authored by lwhsu on Oct 1 2015, 4:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 3:25 AM
Unknown Object (File)
Nov 8 2024, 2:56 PM
Unknown Object (File)
Nov 1 2024, 9:41 PM
Unknown Object (File)
Sep 9 2024, 9:43 AM
Unknown Object (File)
Sep 8 2024, 3:07 PM
Unknown Object (File)
Jun 28 2024, 10:46 PM
Unknown Object (File)
Jun 15 2024, 8:06 PM
Unknown Object (File)
Jun 15 2024, 6:46 PM
Subscribers

Details

Summary

Fix make depend error in sys/modules/otus:

$ make depend
machine -> /usr/home/lwhsu/work/freebsd-src/head/sys/amd64/include
x86 -> /usr/home/lwhsu/work/freebsd-src/head/sys/x86/include
:> opt_bus.h
:> opt_usb.h
awk -f /usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus/../../tools/usbdevs2h.awk /usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus/../../dev/usb/usbdevs -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I. -I/usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus/../.. -std=iso9899:1999 -std=iso9899:1999   /usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus/../../dev/otus/if_otus.c
/usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus/../../dev/otus/if_otus.c:27:10: fatal error: 'opt_wlan.h' file not found
#include "opt_wlan.h"
         ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop.
make: stopped in /usr/home/lwhsu/work/freebsd-src/head/sys/modules/otus
Test Plan

cd sys/modules/otus; make depend

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 642
Build 642: arc lint + arc unit

Event Timeline

lwhsu retitled this revision from to Fix `make depend` in sys/modules/otus.
lwhsu updated this object.
lwhsu edited the test plan for this revision. (Show Details)
lwhsu added a reviewer: adrian.
delphij edited edge metadata.
This revision is now accepted and ready to land.Oct 1 2015, 4:31 AM
This revision was automatically updated to reflect the committed changes.