drivers/Makefile.in
changeset 620 e56af5521e0e
parent 618 564a4a9862b1
child 621 609aff93810a
equal deleted inserted replaced
619:96f84395154f 620:e56af5521e0e
    35 
    35 
    36 ifneq ($(CAN_DRIVER),can_)
    36 ifneq ($(CAN_DRIVER),can_)
    37 	$(MAKE) -C $(CAN_DRIVER) $@
    37 	$(MAKE) -C $(CAN_DRIVER) $@
    38 endif
    38 endif
    39 ifneq ($(TARGET),none)
    39 ifneq ($(TARGET),none)
    40     $(MAKE) -C $(TARGET) $@
    40 	$(MAKE) -C $(TARGET) $@
    41 endif
    41 endif
    42 
    42 
    43 install:
    43 install:
    44 
    44 
    45 ifneq ($(TIMERS_DRIVER),timers_)
    45 ifneq ($(TIMERS_DRIVER),timers_)