From 6336fca5209a35c3b5b1f184df390e5c7c024c9f Mon Sep 17 00:00:00 2001 From: Tim Becker Date: Fri, 16 Sep 2011 14:00:54 +0200 Subject: [PATCH] fixes to Makefile --- Makefile | 4 ++-- lpcrc | Bin 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 lpcrc diff --git a/Makefile b/Makefile index 0da6100..897ada3 100644 --- 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 new mode 100755 -- 2.20.1