[Bug 193824] New: ixl driver compilation fail if only add "device ixl" in GENERIC configure file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 22 02:52:17 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193824

            Bug ID: 193824
           Summary: ixl driver compilation fail if only add "device ixl"
                    in GENERIC configure file
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: fuzhli at hotmail.com

Created attachment 147548
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147548&action=edit
modify the sys/conf/files

Hi,

I use the FreeBSD current source code, and add below line in
sys/amd64/conf/GENERIC:
device ixl
Then run “make buildkernel” and there will be linking error. And I find that
only the sys/dev/ixl/if_ixl.c is compiled into object file, other c files in
sys/dev/ixl/ directory are not compiled.

After do some research, I finally find that the sys/conf/files seems have
something wrong. I can build kernel successfully after apply the attached patch
file.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list