# 
# <LIC_AMD_STD>
# Copyright (c) 2004 Advanced Micro Devices, Inc.
# 
# 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 of the License, 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.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
# 
# The full GNU General Public License is included in this distribution in the
# file called COPYING
# </LIC_AMD_STD>
# 
# <CTL_AMD_STD>
# </CTL_AMD_STD>
# 
# <DOC_AMD_STD>
# Makefile for the Geode framebuffer driver
#
# 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...
# </DOC_AMD_STD>
# 




O_TARGET := nsc.o
EXTRA_CFLAGS := -I./gfx -I./panel -I./ddc  -DOS_LINUX 

obj-y   := nsc_fb.o durango.o panel.o ddc.o nsc_ioctl.o nsc_gx1_fb.o  nsc_gx2_fb.o nsc_savreg.o

obj-m   := $(O_TARGET)

include $(TOPDIR)/Rules.make

