(removed some stuff)

partial-rewrite
Ben Blazak 2013-03-18 22:07:02 -07:00
parent b63e4ef0f0
commit b37f69824c
2 changed files with 0 additions and 47 deletions

View File

@ -1,29 +0,0 @@
/* ----------------------------------------------------------------------------
* Copyright (c) 2013 Ben Blazak <benblazak.dev@gmail.com>
* Released under The MIT License (see "doc/licenses/MIT.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
/** description
* A central place for all `main()` related source-level options (though, some
* of them aren't defined here)
*
* Prefix: `OPT__`
*
* This file is meant to be globally included on the command line
*/
#ifndef ERGODOX_FIRMWARE__FIRMWARE__MAIN__OPTIONS__H
#define ERGODOX_FIRMWARE__FIRMWARE__MAIN__OPTIONS__H
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// (nothing here for now)
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
#endif // ERGODOX_FIRMWARE__FIRMWARE__MAIN__OPTIONS__H

View File

@ -1,18 +0,0 @@
# -----------------------------------------------------------------------------
# Copyright (c) 2013 Ben Blazak <benblazak.dev@gmail.com>
# Released under The MIT License (see "doc/licenses/MIT.md")
# Project located at <https://github.com/benblazak/ergodox-firmware>
# -----------------------------------------------------------------------------
## description
# A central place for all `main()` related Makefile-level options
#
# This file is meant to be included by '.../firmware/makefile'
#
SRC += $(wildcard ../main.c)
SRC += $(wildcard main/*.c)
CFLAGS += -include $(wildcard options.h)