diff options
author | Tectu <joel@unormal.org> | 2012-06-01 12:59:43 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-01 12:59:43 +0200 |
commit | 732c04081d75956173544bde05405e2fe4d4577e (patch) | |
tree | 52f0f37cb6dd1cfd806531ebbd4a79c24c76737d /board.mk | |
parent | e38fc24c61ce56ed9034adf2d8875ec3769e686a (diff) | |
download | uGFX-732c04081d75956173544bde05405e2fe4d4577e.tar.gz uGFX-732c04081d75956173544bde05405e2fe4d4577e.tar.bz2 uGFX-732c04081d75956173544bde05405e2fe4d4577e.zip |
board files added
Diffstat (limited to 'board.mk')
-rw-r--r-- | board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board.mk b/board.mk new file mode 100644 index 00000000..c14bb0dd --- /dev/null +++ b/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ./board.c
+
+# Required include directories
+BOARDINC = ./
|