mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-03 04:33:11 +01:00
6 lines
149 B
Makefile
6 lines
149 B
Makefile
TEXT_BASE = 0x00e00000
|
|
|
|
# include NPE ethernet driver
|
|
BOARDLIBS = arch/arm/cpu/ixp/npe/libnpe.a
|
|
|
|
LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds
|