TEMPLATE = lib ARCH = lpc17XX-arm-none-eabi-gcc TARGET = libcpu TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_CPU) HEADERSINSTALLPATH = $(LIBUC_INC_DIR_CPU) LIBS += SOURCES += core_cm3.c \ lpc17xx_adc.c \ lpc17xx_can.c \ lpc17xx_clkpwr.c \ lpc17xx_dac.c \ lpc17xx_emac.c \ lpc17xx_gpdma.c \ lpc17xx_gpio.c \ lpc17xx_i2c.c \ lpc17xx_i2s.c \ lpc17xx_libcfg_default.c \ lpc17xx_mcpwm.c \ lpc17xx_nvic.c \ lpc17xx_pinsel.c \ lpc17xx_pwm.c \ lpc17xx_qei.c \ lpc17xx_rit.c \ lpc17xx_rtc.c \ lpc17xx_spi.c \ lpc17xx_ssp.c \ lpc17xx_timer.c \ lpc17xx_uart.c \ lpc17xx_wdt.c \ system_LPC17xx.c \ HEADERS += core_cm3.h \ lpc17xx_adc.h \ lpc17xx_can.h \ lpc17xx_clkpwr.h \ lpc17xx_dac.h \ lpc17xx_emac.h \ lpc17xx_gpdma.h \ lpc17xx_gpio.h \ LPC17xx.h \ lpc17xx.h \ lpc17xx_i2c.h \ lpc17xx_i2s.h \ lpc17xx_libcfg_default.h \ lpc17xx_mcpwm.h \ lpc17xx_nvic.h \ lpc17xx_pinsel.h \ lpc17xx_pwm.h \ lpc17xx_qei.h \ lpc17xx_rit.h \ lpc17xx_rtc.h \ lpc17xx_spi.h \ lpc17xx_ssp.h \ lpc17xx_timer.h \ lpc17xx_uart.h \ lpc17xx_wdt.h \ lpc_types.h \ system_LPC17xx.h \ INCLUDES +=