14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = xscale
|
|
|
|
GNU_DIR=/afs/psi.ch/project/embeddedlinux/moxa/xscale_be
|
|
|
|
ifeq ($(BUILD_CLASS),CROSS)
|
|
GNU_TARGET = xscale_be
|
|
CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET))
|
|
endif
|
|
|
|
COMMANDLINE_LIBRARY = READLINE_CURSES
|