Changeset 77390 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r76553 r77390 27 27 # Linux kbuild sets this to our source directory if we are called from there 28 28 obj ?= $(CURDIR) 29 include $(obj)/Makefile .include.header29 include $(obj)/Makefile-header.gmk 30 30 31 31 MOD_NAME = vboxguest … … 157 157 common/string common/table common/time 158 158 159 include $(obj)/Makefile .include.footer159 include $(obj)/Makefile-footer.gmk 160 160 161 161 check: $(MOD_NAME)
Note:
See TracChangeset
for help on using the changeset viewer.