mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-05 16:21:07 +01:00
7 lines
149 B
Makefile
7 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
|