From be8e43a2270880cc3fd22fc5ba6b6b1b66fcc772 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 18 Dec 2000 22:09:03 +0000 Subject: [PATCH] Change to reflect new RTEMS install point. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 2e6e2e936..30b601969 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -28,7 +28,7 @@ VALID_BUILDS = Ioc # ifneq "$(T_A)" "" RTEMS_BASE=/usr/local/RTEMS -include $(RTEMS_BASE)/$(RTEMS_TARGET_CPU)/$(subst RTEMS-,,$(T_A))/Makefile.inc +include $(RTEMS_BASE)/$(RTEMS_TARGET_CPU)-rtems/$(subst RTEMS-,,$(T_A))/Makefile.inc include $(RTEMS_CUSTOM) include $(CONFIG.CC) endif