Hans-Gert Dahmen
13 years ago
2 changed files with 30 additions and 20 deletions
@ -0,0 +1,13 @@ |
|||
TARGET = libcan.a |
|||
TOPDIR = .. |
|||
|
|||
include $(TOPDIR)/defaults.mk |
|||
|
|||
ifeq ($(CAN_SUPPORT),y) |
|||
SRC = can.c |
|||
SRC += borg_can.c |
|||
SRC += lap.c |
|||
SRC += spi.c |
|||
endif |
|||
|
|||
include $(TOPDIR)/rules.mk |
Loading…
Reference in new issue