From 0fcb93a9f483acbeb11c6072aca708e02127bc2e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 13 Mar 2013 17:32:37 +0000 Subject: [PATCH] Fixe to kernel build and syscalls. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5738 42af7a65-404d-4744-a932-0658087f49c3 --- configs/open1788/kernel/Makefile | 2 +- configs/sam3u-ek/kernel/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/open1788/kernel/Makefile b/configs/open1788/kernel/Makefile index d3a47e7389b..16731a24d1f 100644 --- a/configs/open1788/kernel/Makefile +++ b/configs/open1788/kernel/Makefile @@ -70,7 +70,7 @@ OBJS = $(COBJS) # Targets: all: $(TOPDIR)$(DELIM)nuttx_user.elf $(TOPDIR)$(DELIM)User.map -.PHONY: depend clean distclean +.PHONY: nuttx_user.elf depend clean distclean $(COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) diff --git a/configs/sam3u-ek/kernel/Makefile b/configs/sam3u-ek/kernel/Makefile index 5ce23a53921..da4510a006d 100644 --- a/configs/sam3u-ek/kernel/Makefile +++ b/configs/sam3u-ek/kernel/Makefile @@ -70,7 +70,7 @@ OBJS = $(COBJS) # Targets: all: $(TOPDIR)$(DELIM)nuttx_user.elf $(TOPDIR)$(DELIM)User.map -.PHONY: depend clean distclean +.PHONY: nuttx_user.elf depend clean distclean $(COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@)