NVRAM is not related ro CAN !!
authoretisserant
Mon, 22 May 2006 09:46:29 +0200
changeset 22 dbf27bc2fd99
parent 21 8737e6224393
child 23 6a5cdca4de01
NVRAM is not related ro CAN !!
drivers/can_virtual/Makefile.in
--- a/drivers/can_virtual/Makefile.in	Sat May 20 00:16:29 2006 +0200
+++ b/drivers/can_virtual/Makefile.in	Mon May 22 09:46:29 2006 +0200
@@ -34,7 +34,6 @@
 CAN_DRIVER = SUB_CAN_DRIVER
 TIMERS_DRIVER = SUB_TIMERS_DRIVER
 LED_ENABLE = SUB_LED_ENABLE
-NVRAM_ENABLE = SUB_NVRAM_ENABLE
 
 INCLUDES = -I../../include -I../../include/$(TARGET) -I../../include/$(CAN_DRIVER) -I../../include/$(TIMERS_DRIVER)
 
@@ -44,11 +43,6 @@
 
 TARGET_HFILES = $(PREFIX)/include/canfestival/cancfg.h
 
-ifeq ($(NVRAM_ENABLE),YES)
-OBJS += nvram.o
-SRC_HFILES += ../include/nvram.h
-endif
-
 all: driver
 
 driver: $(OBJS)