projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b4ac230
)
v1.0.0
author
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 00:49:07 +0000
(
01:49
+0100)
committer
Kevin Townsend
<kevin@ktownsend.com>
Sat, 24 Mar 2012 00:49:07 +0000
(
01:49
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1f50bc3
..
787322a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-142,8
+142,6
@@
OBJS += w25q16bv.o
VPATH += core core/adc core/cmd core/cpu core/gpio core/i2c core/pmu
VPATH += core/ssp core/systick core/timer16 core/timer32 core/uart
VPATH += core/usbhid-rom core/wdt core/usbcdc core/pwm core/iap
VPATH += core core/adc core/cmd core/cpu core/gpio core/i2c core/pmu
VPATH += core/ssp core/systick core/timer16 core/timer32 core/uart
VPATH += core/usbhid-rom core/wdt core/usbcdc core/pwm core/iap
-VPATH += core/libc
-OBJS += stdio.o string.o
OBJS += adc.o cpu.o cmd.o gpio.o i2c.o pmu.o ssp.o systick.o timer16.o
OBJS += timer32.o uart.o uart_buf.o usbconfig.o usbhid.o
OBJS += wdt.o cdcuser.o cdc_buf.o usbcore.o usbdesc.o usbhw.o usbuser.o
OBJS += adc.o cpu.o cmd.o gpio.o i2c.o pmu.o ssp.o systick.o timer16.o
OBJS += timer32.o uart.o uart_buf.o usbconfig.o usbhid.o
OBJS += wdt.o cdcuser.o cdc_buf.o usbcore.o usbdesc.o usbhw.o usbuser.o
This page took
0.022478 seconds
and
4
git commands to generate.