Last change
on this file since 22873 was 18796, checked in by vboxsync, 16 years ago |
Additions/Linux/installer: better test for whether the kernel supports direct rendering
|
-
Property svn:eol-style
set to
LF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
539 bytes
|
Line | |
---|
1 | #
|
---|
2 | # VirtualBox Guest Additions Module Makefile.
|
---|
3 | #
|
---|
4 | # (For 2.6.x this file must be 'Makefile'!)
|
---|
5 | #
|
---|
6 | # Copyright (C) 2006-2007 Sun Microsystems, Inc.
|
---|
7 | #
|
---|
8 | #
|
---|
9 | # Use only with permission
|
---|
10 | #
|
---|
11 |
|
---|
12 | # Linux kbuild sets this to our source directory if we are called from there
|
---|
13 | obj ?= $(CURDIR)
|
---|
14 |
|
---|
15 | include $(obj)/Makefile.include.header
|
---|
16 |
|
---|
17 | MOD_NAME = vboxadd_test_drm
|
---|
18 | MOD_OBJS = test_drm.o
|
---|
19 | # These are present in the shared folders Makefile but not the main one.
|
---|
20 | # MOD_FLAGS = -DEXPORT_SYMTAB -DVBGL_VBOXGUEST -DRT_WITH_VBOX
|
---|
21 |
|
---|
22 | include $(obj)/Makefile.include.footer
|
---|
Note:
See
TracBrowser
for help on using the repository browser.