mirror of
https://xff.cz/git/u-boot/
synced 2026-01-05 14:49:18 +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
|