# # Trampoline OS # # Trampoline is copyright (c) IRCCyN 2005+ # Copyright ESEO for function and data structures documentation and ARM port # Trampoline est prot�g� par la loi sur la propri�t� intellectuelle # # This software is distributed under the Lesser GNU Public Licence # # Warning: This Makefile SHOULD not be called directly. # It is automatically called from the Makefile # # Trampoline OS # # Trampoline is copyright (c) IRCCyN 2005+ # Trampoline is protected by the French intellectual property law. # # This software is distributed under the Lesser GNU Public Licence # # $Date$ # $Rev$ # $Author$ # $URL$ # # Warning: This Makefile SHOULD not be called directly. # It is automatically called from the Makefile # generated by goil. # #kernel OS architecture dependant files SOURCES += olimex_tpl_sleep.S \ olimex_bootstrap_stage1.S \ olimex_bootstrap_stage2.c \ olimex_tpl_stubs.c \ olimex_irq.c \ olimex_exception_catch.S ########## # Drivers ######## CFLAGS += -I$(MACHINE_PATH)/arm/olimex_lpc_h2294/drivers TEMP_SOURCE_DIRS += $(MACHINE_PATH)/arm/olimex_lpc_h2294/drivers SOURCES += timer.c \ lcd.c \ init.c \ extint.c \ tp_ecn.c \ initialize-lpc2200-pll.c