16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
#
|
|
# $Id$
|
|
# Author: W. Eric Norum
|
|
# Canadian Light Source
|
|
# eric@cls.usask.ca
|
|
#
|
|
# All RTEMS targets use the same Makefile fragment
|
|
#
|
|
RTEMS_TARGET_CPU=i386
|
|
include $(CONFIG)/os/CONFIG.Common.RTEMS
|
|
|
|
#
|
|
# Put text segment where it will work with etherboot
|
|
#
|
|
OP_SYS_LDFLAGS += -Wl,-Ttext,0x100000
|