Creation of Cybook 2416 (actually Gen4) repository

This commit is contained in:
mlt
2009-12-18 17:10:00 +00:00
committed by godzil
commit 76f20f4d40
13791 changed files with 6812321 additions and 0 deletions

9
drivers/l3/Makefile Normal file
View File

@@ -0,0 +1,9 @@
#
# Makefile for the L3 bus driver.
# Link order:
# (core, adapters, algorithms, drivers) then clients
l3-$(CONFIG_L3_ALGOBIT) += l3-algo-bit.o
l3-$(CONFIG_BIT_SA1100_GPIO) += l3-bit-sa1100.o
l3-$(CONFIG_L3_BIT_S3C_GPIO) += l3-bit-s3c.o
obj-$(CONFIG_L3) += l3-core.o $(l3-y) $(l3-drv-y)