VirtualBox

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

File:
1 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)
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