From 333b9449c02c242229449e8a35023d740f2e93f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 12 Nov 2012 15:22:27 +0000 Subject: Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3 --- apps/namedapp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/namedapp/Makefile') diff --git a/apps/namedapp/Makefile b/apps/namedapp/Makefile index ce16376ae..df80947d6 100644 --- a/apps/namedapp/Makefile +++ b/apps/namedapp/Makefile @@ -54,11 +54,15 @@ COBJS = $(CSRCS:.c=$(OBJEXT)) SRCS = $(ASRCS) $(CSRCS) OBJS = $(AOBJS) $(COBJS) +ifeq ($(CONFIG_WINDOWS_NATIVE),y) + BIN = ..\libapps$(LIBEXT) +else ifeq ($(WINTOOL),y) BIN = ..\\libapps$(LIBEXT) else BIN = ../libapps$(LIBEXT) endif +endif ROOTDEPPATH = --dep-path . VPATH = -- cgit v1.2.3