mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-12 02:06:59 +02:00
tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
7cd5cbc346
commit
cd26a31a23
@ -80,6 +80,7 @@ BIN_FILES-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1$(SFX)
|
|||||||
BIN_FILES-y += gen_eth_addr$(SFX)
|
BIN_FILES-y += gen_eth_addr$(SFX)
|
||||||
BIN_FILES-$(CONFIG_LCD_LOGO) += bmp_logo$(SFX)
|
BIN_FILES-$(CONFIG_LCD_LOGO) += bmp_logo$(SFX)
|
||||||
BIN_FILES-$(CONFIG_VIDEO_LOGO) += bmp_logo$(SFX)
|
BIN_FILES-$(CONFIG_VIDEO_LOGO) += bmp_logo$(SFX)
|
||||||
|
BIN_FILES-$(CONFIG_INCA_IP) += inca-swap-bytes$(SFX)
|
||||||
|
|
||||||
# Source files which are symlinked from elsewhere in U-Boot
|
# Source files which are symlinked from elsewhere in U-Boot
|
||||||
OBJ_LINKS-y += env_embedded.o
|
OBJ_LINKS-y += env_embedded.o
|
||||||
@ -95,11 +96,7 @@ OBJ_FILES-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1.o
|
|||||||
OBJ_FILES-y += gen_eth_addr.o
|
OBJ_FILES-y += gen_eth_addr.o
|
||||||
OBJ_FILES-$(CONFIG_LCD_LOGO) += bmp_logo.o
|
OBJ_FILES-$(CONFIG_LCD_LOGO) += bmp_logo.o
|
||||||
OBJ_FILES-$(CONFIG_VIDEO_LOGO) += bmp_logo.o
|
OBJ_FILES-$(CONFIG_VIDEO_LOGO) += bmp_logo.o
|
||||||
|
OBJ_FILES-$(CONFIG_INCA_IP) += inca-swap-bytes.o
|
||||||
ifeq ($(ARCH),mips)
|
|
||||||
BIN_FILES-y += inca-swap-bytes$(SFX)
|
|
||||||
OBJ_FILES-y += inca-swap-bytes.o
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Don't build by default
|
# Don't build by default
|
||||||
#ifeq ($(ARCH),ppc)
|
#ifeq ($(ARCH),ppc)
|
||||||
|
Loading…
Reference in New Issue
Block a user