VirtualBox

Ignore:
Timestamp:
Jan 29, 2007 10:51:57 AM (18 years ago)
Author:
vboxsync
Message:

Additional Linux installer makefile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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