Changeset 77390 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128941
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile-footer.gmk
r77389 r77390 3 3 # VirtualBox Guest Additions kernel module Makefile, common parts. 4 4 # 5 # See Makefile .include.headerfor details of how to use this.5 # See Makefile-header.gmk for details of how to use this. 6 6 # 7 7 -
trunk/src/VBox/Installer/linux/Makefile-header.gmk
r77389 r77390 30 30 # # there 31 31 # obj ?= $(CURDIR) 32 # include $(obj)/Makefile .include.header32 # include $(obj)/Makefile-header.gmk 33 33 # MOD_NAME = <name of the module to be built, without extension> 34 34 # MOD_OBJS = <list of object files which should be included> … … 36 36 # MOD_INCL = <any additional include paths which this module needs> 37 37 # MOD_CFLAGS = <any additional CFLAGS which this module needs> 38 # include $(obj)/Makefile .include.footer38 # include $(obj)/Makefile-footer.gmk 39 39 # 40 40 # The kmk kBuild define KBUILD_TARGET_ARCH is available.
Note:
See TracChangeset
for help on using the changeset viewer.