Fahrplandaten.
[hackover2013-badge-firmware.git] / Makefile
index a989b7c..08e6f70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,6 @@ SRCS += \
   core/cmd/cmd.c \\r
   core/cpu/cpu.c \\r
   core/gpio/gpio.c \\r
-  core/i2c/i2c.c \\r
   core/iap/iap.c \\r
   core/libc/stdio.c \\r
   core/libc/string.c \\r
@@ -250,8 +249,6 @@ SRCS += \
   core/systick/systick.c \\r
   core/timer16/timer16.c \\r
   core/timer32/timer32.c \\r
-  core/uart/uart_buf.c \\r
-  core/uart/uart.c \\r
   core/usbcdc/cdc_buf.c \\r
   core/usbcdc/cdcuser.c \\r
   core/usbcdc/usbcore.c \\r
@@ -263,6 +260,10 @@ SRCS += \
   core/usbhid-rom/usbmsc.c \\r
   core/wdt/wdt.c\r
 \r
+#  core/i2c/i2c.c\r
+#  core/uart/uart_buf.c\r
+#  core/uart/uart.c\r
+\r
 ##########################################################################\r
 # GNU GCC compiler prefix and location\r
 ##########################################################################\r
This page took 0.023622 seconds and 4 git commands to generate.