fixes to Makefile
authorTim Becker <tim.becker@kuriositaet.de>
Fri, 16 Sep 2011 12:00:54 +0000 (14:00 +0200)
committerTim Becker <tim.becker@kuriositaet.de>
Fri, 16 Sep 2011 12:00:54 +0000 (14:00 +0200)
Makefile
lpcrc [changed mode: 0644->0755]

index 0da6100..897ada3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ OBJS += mcp4725.o
 
 # RFID/NFC
 VPATH += drivers/sensors/pn532
-OBJS += pn532.o pn532_drvr_uart.o
+OBJS += pn532.o 
 
 # TAOS Light Sensors
 VPATH += drivers/sensors/tcs3414 drivers/sensors/tsl2561
@@ -105,7 +105,7 @@ OBJS += tcs3414.o tsl2561.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/libc core/wdt core/usbcdc core/pwm
-VPATH += core/IAP
+VPATH += core/iap
 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 stdio.o string.o
 OBJS += wdt.o cdcuser.o cdc_buf.o usbcore.o usbdesc.o usbhw.o usbuser.o 
diff --git a/lpcrc b/lpcrc
old mode 100644 (file)
new mode 100755 (executable)
This page took 0.030032 seconds and 4 git commands to generate.