# # VirtualBox Guest Additions Module Makefile. # # (For 2.6.x this file must be 'Makefile'!) # # Copyright (C) 2006-2007 Sun Microsystems, Inc. # # # 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