From 6c17623845a0d42285d77bdd8bbf177badf5b9f6 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 06:20:27 +0100 Subject: Shuffled a few configuration items around, and added a barebone demo source code. --- Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4fedaf0..78a1222 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,16 @@ +TARGET = demo.bin +LIBS = -LFreeRTOS -Larch -lFreeRTOS -larch + export ROOTDIR = $(CURDIR) -include $(ROOTDIR)/common.mk +include common.mk -all: libs +all: libs $(TARGET) -clean: +clean: clean-generic $(MAKE) -C FreeRTOS clean $(MAKE) -C arch clean - .PHONY: libs FreeRTOS arch libs: FreeRTOS arch @@ -19,3 +21,6 @@ FreeRTOS: arch: $(MAKE) -C arch +include FreeRTOS/config.mk +include arch/config.mk +include target-rules.mk -- cgit v1.2.3