VirtualBox

Changeset 411 in vbox


Ignore:
Timestamp:
Jan 29, 2007 10:51:57 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17983
Message:

Additional Linux installer makefile fixes

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/Makefile.module

    r375 r411  
    4949# files in /lib/modules/$(uname -r)/build/include, and puts the rest in
    5050# /lib/modules/$(uname -r)/source/include, which points into the kernel sources
    51   EXTRA_INCL = -I/lib/modules/$(shell uname -r)/source/include
     51  EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include
    5252 else
    5353 KERN_INCL = /usr/src/linux/include
     
    8888#
    8989ifndef INCL
    90  INCL    := -I$(KERN_INCL) -I$(EXTRA_INCL)
     90 INCL    := -I$(KERN_INCL) $(addprefix -I, $(EXTRA_INCL))
    9191 ifndef KBUILD_EXTMOD
    9292  KBUILD_EXTMOD := $(shell pwd)
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r389 r411  
    8787# files in /lib/modules/$(uname -r)/build/include, and puts the rest in
    8888# /lib/modules/$(uname -r)/source/include, which points into the kernel sources
    89  EXTRA_INCL = -I/lib/modules/$(shell uname -r)/source/include
     89 EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include
    9090 $(info Info: using $(KERN_INCL) as the include directory of your Linux kernel. If this is not correct, specify KERN_INCL=<directory> and run Make again.)
    9191endif
     
    119119#
    120120ifndef INCL
    121  INCL    := -I$(KERN_INCL) -I$(EXTRA_INCL)
     121 INCL    := -I$(KERN_INCL) $(addprefix -I, $(EXTRA_INCL))
    122122 ifndef KBUILD_EXTMOD
    123123  KBUILD_EXTMOD := $(shell pwd)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette