Makefile.test.drm revision 5c65eaa08f2ec993a19c9bef6e5463918e40e0eb
#
# VirtualBox Guest Additions Module Makefile.
#
# (For 2.6.x this file must be 'Makefile'!)
#
# Copyright (C) 2006-2010 Oracle Corporation
#
#
# Use only with permission
#
# Linux kbuild sets this to our source directory if we are called from there
obj ?= $(CURDIR)
include $(obj)/Makefile.include.header
MOD_NAME = vboxadd_test_drm
MOD_OBJS = test_drm.o
# These are present in the shared folders Makefile but not the main one.
# MOD_FLAGS = -DEXPORT_SYMTAB -DVBGL_VBOXGUEST -DRT_WITH_VBOX
include $(obj)/Makefile.include.footer