summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 19:37:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-01 19:37:31 +0000
commit14ba4795849bc12b7a8867eef925d6b7349512a1 (patch)
tree0d1ed7c81cea4f93db2d0f0a2e8913b307d3f280 /Makefile.shared
parent2009-09-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadada-examples-14ba4795849bc12b7a8867eef925d6b7349512a1.tar.bz2
2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 98ec460..6ccaaef 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -6,15 +6,15 @@
# Tool helpers
SPECFLAGS =-B${RTEMS_MAKEFILE_PATH}/lib/ -specs=bsp_specs -qrtems
-CFLAGS = $(CPU_CFLAGS)
+CFLAGS =
# GEN5200 Specific Information
-ifeq ($(RTEMS_BSP_FAMILY),gen5200)
+ifeq ($(RTEMS_BSP),icecube)
LINKARGS+=-qnolinkcmds -T$(RTEMS_LINKCMDS)
endif
# PC386 Specific Information
-ifeq ($(RTEMS_BSP_FAMILY),pc386)
+ifeq ($(RTEMS_BSP),pc386)
HEADERADDR=0x00097E00
START16FILE=$(RTEMS_MAKEFILE_PATH)/lib/start16.bin
START16ADDR=0x00097C00