summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/example/Makefile b/example/Makefile
index ed757c7..492c255 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -2,15 +2,11 @@
COMPONENT := foo
# And the component type
COMPONENT_TYPE := lib-static
-# Set the executable extension
-EXEEXT :=
-# And the library extension
-LIBEXT := .a
-# Define our target platform
-TARGET := linux
+# Component version
+COMPONENT_VERSION := 0.0.1
-# We're using a modern GCC, so can compile and generate dependencies together
-CC_CAN_BUILD_AND_DEP := yes
+# Tooling
+include build/makefiles/Makefile.tools
# Grab the core makefile
include build/makefiles/Makefile.top