Changeset 6757 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Feb 2, 2008 8:51:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.kmk
r6693 r6757 1 1 # $Id$ 2 2 ## @file 3 # Makefile for the VirtualBox Linux Guest Additions Kernel Module.3 # Sub-Makefile for the VirtualBox Linux Guest Additions Kernel Module. 4 4 # 5 5 … … 16 16 # 17 17 18 DEPTH = ../../../../.. 19 include $(PATH_KBUILD)/header.kmk 18 DEPTH ?= ../../../../.. 19 SUB_DEPTH = ../.. 20 include $(PATH_KBUILD)/subheader.kmk 20 21 21 INSTALLS = vboxmod-bin vboxmod-sh22 INSTALLS += vboxmod-bin vboxmod-sh 22 23 ifdef VBOX_WITH_ADDITION_DRIVERS 23 SYSMODS = vboxadd24 SYSMODS += vboxadd 24 25 endif 25 26 … … 27 28 # Populate FILES_VBOXADD_NOBIN and FILES_VBOXADD_BIN 28 29 # 29 include files_vboxadd30 include $(PATH_SUB_CURRENT)/files_vboxadd 30 31 31 32 vboxmod-bin_INST = $(INST_ADDITIONS)/src/vboxadd/ … … 55 56 $(VBOX_LIB_IPRT_GUEST_R0) 56 57 57 include $(PATH_KBUILD)/ footer.kmk58 include $(PATH_KBUILD)/subfooter.kmk 58 59
Note:
See TracChangeset
for help on using the changeset viewer.