From 352c9b2035e32e56f10f261d94955d97f4ab0f1c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 22:07:23 +0000 Subject: This patch adds the basic framework for the ITRON 3.0 API implementation for RTEMS. --- c/src/exec/wrapup/posix/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'c/src/exec/wrapup/posix/Makefile.in') diff --git a/c/src/exec/wrapup/posix/Makefile.in b/c/src/exec/wrapup/posix/Makefile.in index 86b227b2e0..4ea34f75fb 100644 --- a/c/src/exec/wrapup/posix/Makefile.in +++ b/c/src/exec/wrapup/posix/Makefile.in @@ -13,12 +13,6 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ -# -# This is really temporary until posix is more an integral part of the tree. -# -#CPU_OBJS=$(wildcard ../../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel) -#CORE_OBJS=$(wildcard ../../score/src/$(ARCH)/*.o) -#SAPI_OBJS=$(wildcard ../../sapi/src/$(ARCH)/*.o) POSIX_OBJS = $(wildcard ../../posix/src/$(ARCH)/*.o) OBJS = $(CPU_OBJS) $(CORE_OBJS) $(POSIX_OBJS) $(SAPI_OBJS) -- cgit v1.2.3