X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flpc2378%2Flpc2378.mk;fp=examples%2Flpc2378%2Flpc2378.mk;h=0000000000000000000000000000000000000000;hb=ccd15e30330f168e9c48aab01b8efb81e4b39998;hp=45a25e9c620c7316ded0bca8b526a3c07f3c4a0f;hpb=391b4f8d9c82c413f2cd11fb3ba3aeb311f62184;p=bertos.git diff --git a/examples/lpc2378/lpc2378.mk b/examples/lpc2378/lpc2378.mk deleted file mode 100644 index 45a25e9c..00000000 --- a/examples/lpc2378/lpc2378.mk +++ /dev/null @@ -1,65 +0,0 @@ -# -# 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 \ - bertos/drv/timer.c \ - bertos/drv/timer_test.c \ - bertos/drv/ser.c \ - bertos/cpu/arm/drv/ser_lpc2.c \ - bertos/cpu/arm/drv/vic_lpc2.c \ - bertos/cpu/arm/drv/timer_lpc2.c \ - bertos/mware/event.c \ - bertos/kern/kfile.c \ - bertos/kern/proc.c \ - bertos/kern/proc_test.c \ - bertos/kern/monitor.c \ - bertos/mware/sprintf.c \ - bertos/struct/heap.c \ - # - -# Files included by the user. -lpc2378_USER_PCSRC = \ - # - -# Files included by the user. -lpc2378_USER_CPPASRC = \ - bertos/cpu/arm/hw/switch_ctx_arm.S \ - # - -# 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