16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = xscale
|
|
|
|
#
|
|
# The vendor's tool chain needs to be located here
|
|
#
|
|
GNU_DIR=/usr/local/xscale_be
|
|
|
|
ifeq ($(BUILD_CLASS),CROSS)
|
|
VALID_BUILDS = Ioc
|
|
GNU_TARGET = xscale_be
|
|
CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET))
|
|
endif
|