From acb403bcbcbc05256500083d1caea7e22ce4db11 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 25 May 2017 21:56:08 +0100 Subject: Basic keyboard implementation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9f111c..f270a6d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CFLAGS = -std=c11 $(WARNINGS) -O2 -flto -MMD -MP -ffreestanding -nostdlib LDFLAGS = -T layout.ld -O2 -flto -ffreestanding -nostdlib ASFLAGS = $(TARGET_ARCH) -OBJ := crt0.o vectors.o flashconf.o setup.o fmk.o lib/le.o usb/usb.o \ +OBJ := crt0.o vectors.o flashconf.o setup.o fmk.o lib/le.o pit.o usb/usb.o \ usb/endpt0.o usb/endpt1.o usb/txhandler.o uart.o include $(MK20DX256)/mk20dx256.mk -- cgit v1.2.3-54-g00ecf