examples/TestMasterSlave/Makefile.in
changeset 94 bdf4c86be6b2
parent 91 ed2612282988
child 158 b505f7116a1c
--- a/examples/TestMasterSlave/Makefile.in	Tue Feb 13 18:06:18 2007 +0100
+++ b/examples/TestMasterSlave/Makefile.in	Tue Feb 13 18:38:31 2007 +0100
@@ -32,9 +32,8 @@
 TARGET = SUB_TARGET
 CAN_DRIVER = SUB_CAN_DRIVER
 TIMERS_DRIVER = SUB_TIMERS_DRIVER
-LED_ENABLE = SUB_LED_ENABLE
 
-INCLUDES = -I../../include -I../../include/$(TARGET) -I../../include/$(CAN_DRIVER) -I../../include/$(TIMERS_DRIVER) -I../../include/$(LED_DRIVER) -I../../include/$(NVRAM_DRIVER)
+INCLUDES = -I../../include -I../../include/$(TARGET) -I../../include/$(CAN_DRIVER) -I../../include/$(TIMERS_DRIVER)
 
 MASTER_OBJS = TestSlave.o TestMaster.o TestMasterSlave.o Slave.o Master.o