#
# Makefile -- makefile for the HP OmniBook support module
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# Written by Sos Pter <sp@osb.hu>, 2002,2003
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...

#export-objs := ac.o battery.o blank.o display.o dmi.o dock.o fan.o \
               fan_policy.o init.o lcd.o onetouch.o polling.o temperature.o \
               touchpad.o

#O_TARGET := omnibook.o

#obj-y   := ac.o apmemu.o battery.o blank.o dmi.o display.o dock.o ec.o \
           fan.o fan_policy.o init.o lcd.o onetouch.o polling.o \
           temperature.o touchpad.o util.o
#obj-m   := $(O_TARGET)

#include $(TOPDIR)/Rules.make

obj-$(CONFIG_OMNIBOOK) += omnibook.o

omnibook-objs := ac.o apmemu.o battery.o blank.o dmi.o display.o dock.o ec.o fan.o fan_policy.o init.o lcd.o onetouch.o temperature.o touchpad.o util.o
