From 0245ea571aff1a005054c608dd187dbb4cfd194f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 07:19:19 -0600 Subject: Determine the main object name from the main source name in every kernel build Makefile --- apps/examples/ostest/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/ostest') diff --git a/apps/examples/ostest/Makefile b/apps/examples/ostest/Makefile index 890f31087..d121c683e 100644 --- a/apps/examples/ostest/Makefile +++ b/apps/examples/ostest/Makefile @@ -99,6 +99,7 @@ endif # CONFIG_DISABLE_SIGNALS AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) +MAINOBJ = $(MAINSRC:.c=$(OBJEXT)) SRCS = $(ASRCS) $(CSRCS) $(MAINSRC) OBJS = $(AOBJS) $(COBJS) -- cgit v1.2.3