mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ltq-dsl: fixes driver for targets other than danube
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28723 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -2,18 +2,22 @@ obj-m = lantiq_mei.o lantiq_atm.o
|
||||
lantiq_atm-objs := ifxmips_atm_core.o
|
||||
|
||||
ifeq ($(BUILD_VARIANT),danube)
|
||||
CFLAGS_MODULE+=-DCONFIG_DANUBE
|
||||
EXTRA_CFLAGS+=-DCONFIG_DANUBE
|
||||
lantiq_atm-objs += ifxmips_atm_danube.o
|
||||
endif
|
||||
ifeq ($(BUILD_VARIANT),ase)
|
||||
CFLAGS_MODULE+=-DCONFIG_AMAZON_SE
|
||||
EXTRA_CFLAGS+=-DCONFIG_AMAZON_SE
|
||||
lantiq_atm-objs += ifxmips_atm_amazon_se.o
|
||||
endif
|
||||
ifeq ($(BUILD_VARIANT),ar9)
|
||||
CFLAGS_MODULE+=-DCONFIG_AR9
|
||||
EXTRA_CFLAGS+=-DCONFIG_AR9
|
||||
lantiq_atm-objs += ifxmips_atm_ar9.o
|
||||
endif
|
||||
ifeq ($(BUILD_VARIANT),vr9)
|
||||
CFLAGS_MODULE+=-DCONFIG_VR9
|
||||
EXTRA_CFLAGS+=-DCONFIG_VR9
|
||||
lantiq_atm-objs += ifxmips_atm_vr9.o
|
||||
endif
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
#include <linux/atmdev.h>
|
||||
#include <linux/atm.h>
|
||||
#include <linux/clk.h>
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
/*
|
||||
* Chip Specific Head File
|
||||
|
||||
Reference in New Issue
Block a user