Makefile revision c58f1213e628a545081c70e26c6b67a841cff880
#
# Makefile for the VirtualBox Linux Guest Drivers.
#
#
#
# Copyright (C) 2009-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# General Public License (GPL) as published by the Free Software
# Foundation, in version 2 as it comes in the "COPYING" file of the
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
# DKMS
else # ! KBUILD_EXTMOD
all:
@echo "*** Building 'vboxguest' module ***"
@if [ -f vboxguest/vboxguest.ko ]; then \
else \
fi
@echo
@if [ -d vboxsf ]; then \
if [ -f vboxguest/Module.symvers ]; then \
fi; \
echo "*** Building 'vboxsf' module ***"; \
else \
fi; \
echo; \
fi
@if [ -d vboxvideo ]; then \
if [ -f vboxguest/Module.symvers ]; then \
fi; \
echo "*** Building 'vboxvideo' module ***"; \
if [ -f vboxvideo/vboxvideo.ko ]; then \
else \
fi; \
echo; \
fi
@if [ -d vboxsf ]; then \
fi
@if [ -d vboxvideo ]; then \
fi
@if [ -d vboxsf ]; then \
fi
@if [ -d vboxvideo ]; then \
fi
load:
endif # ! KBUILD_EXTMOD