Makefile revision afa17a500a3667f66df450100538d06769529bba
1
2obj-$(CONFIG_CAN_MPC52XX)	+= mscan-mpc52xx.o
3mscan-mpc52xx-objs		:= mscan.o mpc52xx_can.o
4
5ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
6