Makefile 92 B

1234567
  1. CC = $(CROSS_COMPILE)gcc
  2. all: spidev_test spidev_fdx
  3. clean:
  4. $(RM) spidev_test spidev_fdx