VirtualBox

Ignore:
Timestamp:
Feb 2, 2008 8:51:14 AM (17 years ago)
Author:
vboxsync
Message:

Converted the (recursive) linux makefiles to sub-makefiles.

File:
1 edited

Legend:

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

    r6693 r6757  
    11# $Id$
    22## @file
    3 # Makefile for the VirtualBox Linux Guest Additions Kernel Module.
     3# Sub-Makefile for the VirtualBox Linux Guest Additions Kernel Module.
    44#
    55
     
    1616#
    1717
    18 DEPTH = ../../../../..
    19 include $(PATH_KBUILD)/header.kmk
     18DEPTH ?= ../../../../..
     19SUB_DEPTH = ../..
     20include $(PATH_KBUILD)/subheader.kmk
    2021
    21 INSTALLS = vboxmod-bin vboxmod-sh
     22INSTALLS += vboxmod-bin vboxmod-sh
    2223ifdef VBOX_WITH_ADDITION_DRIVERS
    23  SYSMODS = vboxadd
     24 SYSMODS += vboxadd
    2425endif
    2526
     
    2728# Populate FILES_VBOXADD_NOBIN and FILES_VBOXADD_BIN
    2829#
    29 include files_vboxadd
     30include $(PATH_SUB_CURRENT)/files_vboxadd
    3031
    3132vboxmod-bin_INST    = $(INST_ADDITIONS)/src/vboxadd/
     
    5556        $(VBOX_LIB_IPRT_GUEST_R0)
    5657
    57 include $(PATH_KBUILD)/footer.kmk
     58include $(PATH_KBUILD)/subfooter.kmk
    5859
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