# # Copyright 2009 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # # Makefile template for BeRTOS wizard. # # Author: Lorenzo Berni # # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help lpc2378_PROGRAMMER_TYPE = jtag-tiny lpc2378_PROGRAMMER_PORT = none # Files included by the user. lpc2378_USER_CSRC = \ examples/lpc2378/main.c \ # # Files included by the user. lpc2378_USER_PCSRC = \ # # Files included by the user. lpc2378_USER_CPPASRC = \ # # Files included by the user. lpc2378_USER_CXXSRC = \ # # Files included by the user. lpc2378_USER_ASRC = \ # # Flags included by the user. lpc2378_USER_LDFLAGS = \ # # Flags included by the user. lpc2378_USER_CPPAFLAGS = \ # # Flags included by the user. lpc2378_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ # # Include the mk file generated by the wizard include examples/lpc2378/lpc2378_wiz.mk