From 14ba1f33ae8f55a3c7f556cf28647c7116b6c3c4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 09:17:23 -0600 Subject: Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile --- apps/system/ramtest/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/system/ramtest/Makefile') diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile index 7af004b15..2c443b08b 100644 --- a/apps/system/ramtest/Makefile +++ b/apps/system/ramtest/Makefile @@ -47,7 +47,8 @@ PRIORITY = SCHED_PRIORITY_DEFAULT STACKSIZE = 768 ASRCS = -CSRCS = ramtest.c +CSRCS = +MAINSRC = ramtest.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -- cgit v1.2.3