9
0
Fork 0

switch more boards to lwl-y

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-02-22 13:44:14 +01:00 committed by Sascha Hauer
parent 13b4e37c1c
commit 2ecdea32dd
4 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,3 @@
obj-y += board.o flash_header.o
pbl-y += flash_header.o
obj-y += lowlevel.o
pbl-y += lowlevel.o
obj-y += board.o
lwl-y += flash_header.o
lwl-y += lowlevel.o

View File

@ -1,4 +1,3 @@
obj-y += init.o
obj-y += lowlevel.o
pbl-y += lowlevel.o
lwl-y += lowlevel.o

View File

@ -1,4 +1,3 @@
obj-y += init.o
obj-y += lowlevel.o
pbl-y += lowlevel.o
lwl-y += lowlevel.o

View File

@ -1,2 +1,2 @@
obj-y += clock.o devices.o lowlevel.o reset.o
pbl-y += lowlevel.o
obj-y += clock.o devices.o reset.o
lwl-y += lowlevel.o