forked from forks/qmk_firmware
Fix include dir to use uincir instead of just inc
This commit is contained in:
parent
36e4869531
commit
17a1102a2a
|
@ -20,6 +20,6 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
INC += $(SERIAL_DIR)
|
||||
UINCDIR += $(SERIAL_DIR)
|
||||
SRC += $(wildcard $(SERIAL_DIR)/serial_link/protocol/*.c)
|
||||
SRC += $(wildcard $(SERIAL_DIR)/serial_link/system/*.c)
|
Loading…
Reference in a new issue