Makefile revision 0edabb865b2878ed7db7a51aa025fb76daf25820
93532c1cf5dbccbc6b7c3e446df0e8990470e712Dav Glass# Makefile for the VirtualBox Linux Host Driver.
93532c1cf5dbccbc6b7c3e446df0e8990470e712Dav Glass# (For 2.6.x this file must be called 'Makefile'!)
0212e3fe3137ecc4fd3d270f14837467f05bfa61Dav Glass# Copyright (C) 2006 InnoTek Systemberatung GmbH
b7a9befffd4721509f1ac15ceba2b0e9cb8f54baDav Glass# This file is part of VirtualBox Open Source Edition (OSE), as
72d545a3aacf73830ad019134a025794ed01ce1eDav Glass# available from http://www.virtualbox.org. This file is free software;
72d545a3aacf73830ad019134a025794ed01ce1eDav Glass# you can redistribute it and/or modify it under the terms of the GNU
72d545a3aacf73830ad019134a025794ed01ce1eDav Glass# General Public License as published by the Free Software Foundation,
b7a9befffd4721509f1ac15ceba2b0e9cb8f54baDav Glass# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
bd5a99f6ae8a709127bdc410a72f1be590af9e51Dav Glass# distribution. VirtualBox OSE is distributed in the hope that it will
OBJS = \
$(error Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.)
$(warning Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.)
$(info Info: using $(KERN_INCL) as the include directory of your Linux kernel. If this is not correct, specify KERN_INCL=<directory> and run Make again.)
$(error Error: unable to find the include directory for your current Linux kernel. Specify $KERN_INCL=<directory> and run Make again.)
export INCL
MODULE_EXT := o
$(MODULE):