# # 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 MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) MOD_CLEAN = . linux r0drv r0drv/linux # These are present in the shared folders Makefile but not the main one. # MOD_CFLAGS = -DEXPORT_SYMTAB -DVBGL_VBOXGUEST -DRT_WITH_VBOX include $(obj)/Makefile.include.footer