Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
9
drivers/l3/Makefile
Normal file
9
drivers/l3/Makefile
Normal 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)
|
||||
Reference in New Issue
Block a user