From 1b108126c12b97c379a899bc3d2dba1b65ef59df Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 07:03:11 +0100 Subject: Adding skeleton OS directory, and fixing the ldscript. --- os/config.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 os/config.mk (limited to 'os/config.mk') diff --git a/os/config.mk b/os/config.mk new file mode 100644 index 0000000..dd143ad --- /dev/null +++ b/os/config.mk @@ -0,0 +1,5 @@ +TARGET_INCLUDES += $(ROOTDIR)/os/include + +ifeq ($(USE_MPU),true) +TARGET_CPPFLAGS += -DUSING_MPU=1 +endif -- cgit v1.2.3